Skip to content

Commit

Permalink
update swift 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleduo committed Oct 25, 2016
1 parent dc631b4 commit 5b18dc0
Show file tree
Hide file tree
Showing 55 changed files with 4,858 additions and 5,699 deletions.
11 changes: 9 additions & 2 deletions source/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@
# Uncomment this line if you're using Swift
use_frameworks!

target 'tinypng' do
target 'TinyPNG4Mac' do

pod 'Alamofire', '~> 3.4'
pod 'Alamofire', '~> 4.0'
pod 'SwiftyJSON'

end

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end
10 changes: 5 additions & 5 deletions source/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PODS:
- Alamofire (3.4.1)
- SwiftyJSON (2.3.2)
- Alamofire (4.0.1)
- SwiftyJSON (3.1.1)

DEPENDENCIES:
- Alamofire (~> 3.4)
- Alamofire (~> 4.0)
- SwiftyJSON

SPEC CHECKSUMS:
Alamofire: 01a82e2f6c0f860ade35534c8dd88be61bdef40c
SwiftyJSON: 04ccea08915aa0109039157c7974cf0298da292a
Alamofire: 7682d43245de14874acd142ec137b144aa1dd335
SwiftyJSON: f0be2e604f83e8405a624e9f891898bf6ed4e019

COCOAPODS: 0.39.0
1,695 changes: 1,071 additions & 624 deletions source/Pods/Alamofire/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 5b18dc0

Please sign in to comment.