Skip to content

Commit

Permalink
support for tvOS & macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
rafiki270 committed Nov 2, 2017
1 parent 3398b49 commit 46ccc3a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Example/HTTP-Status-Codes-for-Swift/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.1</string>
<string>2.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- Nimble (7.0.2)
- Quick (1.2.0)
- SnapKit (4.0.0)
- StatusCodes (0.0.1)
- StatusCodes (2.0.1)

DEPENDENCIES:
- Nimble (~> 7.0.2)
Expand All @@ -18,7 +18,7 @@ SPEC CHECKSUMS:
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2
Quick: 58d203b1c5e27fff7229c4c1ae445ad7069a7a08
SnapKit: a42d492c16e80209130a3379f73596c3454b7694
StatusCodes: cd33accd45d856090c5b9049eaf4b5025824235c
StatusCodes: e8fa9c8e4e17b26da0fc613595786e1f2e2af71b

PODFILE CHECKSUM: 1f07d660b9533e1a858294cddd68b4c0fafd2c04

Expand Down
8 changes: 5 additions & 3 deletions Example/Pods/Local Podspecs/StatusCodes.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/StatusCodes/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion StatusCodes.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'StatusCodes'
s.version = '2.0.1'
s.version = '2.0.2'
s.summary = 'HTTP status codes for Swift'

s.description = "Swift enum which contans (at least to my knowledge) all available status codes as Int values."
Expand All @@ -21,6 +21,8 @@ Pod::Spec.new do |s|
s.social_media_url = 'http://twitter.com/mangowebuk'

s.ios.deployment_target = '10.3'
s.tvos.deployment_target = '10.0'
s.macos.deployment_target = '10.12'

s.source_files = 'HTTP-Status-Codes-for-Swift/Classes/**/*'

Expand Down

0 comments on commit 46ccc3a

Please sign in to comment.