Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and version control pods to compile properly in xcode 8 #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions iOSSwiftStarter/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ end

target 'iOSSwiftStarter' do
abstract_pods
pod 'Alamofire', '~> 3.0'
pod 'AlamofireObjectMapper', '~> 2.1'
pod 'Alamofire', '~> 3.5.0'
pod 'AlamofireObjectMapper', '~> 3.0.2'
pod 'ReactKit'
pod 'Kugel'
pod 'CoreStore'
pod 'Hakuba'
pod 'Kingfisher', '~> 1.8'
pod 'AsyncSwift'
pod 'Kugel', '~> 0.1.0'
pod 'CoreStore', '~> 2.1.0'
pod 'Hakuba', '~> 2.1.0'
pod 'Kingfisher', '~> 2.6.1'
pod 'AsyncSwift', '~> 1.6.4'
pod 'StatefulViewController', '~> 1.0'
end

Expand All @@ -32,3 +32,12 @@ end

target 'iOSSwiftStarterUITests' do
end

# Use Legacy Swift Language Version
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |configuration|
configuration.build_settings['SWIFT_VERSION'] = "2.3"
end
end
end
32 changes: 16 additions & 16 deletions iOSSwiftStarter/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,53 +1,53 @@
PODS:
- Alamofire (3.1.4)
- AlamofireObjectMapper (2.1.0):
- Alamofire (~> 3.1.0)
- Alamofire (3.5.1)
- AlamofireObjectMapper (3.0.2):
- Alamofire (~> 3.2)
- ObjectMapper (~> 1.0)
- AsyncSwift (1.6.4)
- CoreStore (1.6.10):
- GCDKit (= 1.2.5)
- GCDKit (1.2.5)
- Hakuba (2.1.1)
- Kingfisher (1.9.2)
- Kingfisher (2.6.1)
- Kugel (0.1.0)
- Nimble (4.0.1)
- ObjectMapper (1.3.0)
- ObjectMapper (1.5.0)
- Quick (0.9.2)
- ReactKit (0.12.0):
- SwiftTask (~> 4.0.0)
- StatefulViewController (1.0)
- SwiftTask (4.0.0)

DEPENDENCIES:
- Alamofire (~> 3.0)
- AlamofireObjectMapper (~> 2.1)
- AsyncSwift
- Alamofire (~> 3.5.0)
- AlamofireObjectMapper (~> 3.0.2)
- AsyncSwift (~> 1.6.4)
- CoreStore
- Hakuba
- Kingfisher (~> 1.8)
- Kugel
- Kingfisher (~> 2.6.1)
- Kugel (~> 0.1.0)
- Nimble
- ObjectMapper (~> 1.0)
- Quick
- ReactKit
- StatefulViewController (~> 1.0)

SPEC CHECKSUMS:
Alamofire: fbc829692f351fa1d8a31dd75fd7f7f56fea31fb
AlamofireObjectMapper: 24097576202064f8b0a583452dd934064f78dc0e
Alamofire: 0dfba1184a543e2aa160f4e39cac4e8aba48d223
AlamofireObjectMapper: 70f97cbf45c01c48d26aa07a1a7059a60ed7411d
AsyncSwift: 3c90beed237324f1b57e1f1c414dc5501985d208
CoreStore: 17dd4d1673e9dd165262c55abe37d37b8132f643
GCDKit: ed6646fcf761ff139162aaac518b9ec1fb7aa720
Hakuba: bc5a0422290d086c33a6424a26dd58c1a1136e94
Kingfisher: 7b6df0fa9d211807152c32c46494f9bc08f0e07b
Kingfisher: 7e5515bf6c4f2acad91f6400955d2257549cab7b
Kugel: 2efb1b1e3abe0911aca6f41d9c7560630e88f566
Nimble: 0f3c8b8b084cda391209c3c5efbb48bedeeb920a
ObjectMapper: 4eb08a726e9791a93b2632049951b56a7c17e471
ObjectMapper: 386645adca9d9d23b95eda43090b09d66444cf14
Quick: 18d057bc66451eedd5d1c8dc99ba2a5db6e60226
ReactKit: a2b705e8a8674b9cb38b8112c07891df87e8e62b
StatefulViewController: 2a0e5ab30d9ade8e366253fb759baa9fbf458f3e
SwiftTask: 724ff63fc8bd9b366d242696d4aff098f6de3c3a

PODFILE CHECKSUM: f3d7954ea384e9f7f62712fd425e07113253d445
PODFILE CHECKSUM: 6e64c3853e61b3e9e20893fe4fc4bcfcdf9f1db8

COCOAPODS: 1.0.0
COCOAPODS: 1.1.1
2 changes: 1 addition & 1 deletion iOSSwiftStarter/Pods/Alamofire/LICENSE

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

Loading