-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies for the modern era
- Loading branch information
Blake Watters
committed
Oct 1, 2014
1 parent
40c2f39
commit 5d7b121
Showing
5 changed files
with
1,185 additions
and
516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
source 'http://rubygems.org' | ||
|
||
gem 'rake', '~> 10.1.0' | ||
gem 'rake', '~> 10.3.0' | ||
gem 'cocoapods', '~> 0.34.1' | ||
gem 'xcpretty', '~> 0.1.6' | ||
gem 'xctasks', '~> 0.4.1' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
source 'https://github.com/CocoaPods/Specs.git' | ||
|
||
target :ios do | ||
platform :ios, '5.0' | ||
link_with 'iOS Specs' | ||
|
||
pod 'TransitionKit', path: '.' | ||
pod 'Kiwi/XCTest', '~> 2.2.3' | ||
pod 'Kiwi', '~> 2.3.0' | ||
end | ||
|
||
target :osx do | ||
platform :osx, '10.7' | ||
link_with 'OS X Specs' | ||
|
||
pod 'TransitionKit', path: '.' | ||
pod 'Kiwi/XCTest', '~> 2.2.3' | ||
pod 'Kiwi', '~> 2.3.0' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,17 @@ | ||
PODS: | ||
- Kiwi/ARC (2.2.4) | ||
- Kiwi/NonARC (2.2.4) | ||
- Kiwi/XCTest (2.2.4): | ||
- Kiwi/ARC | ||
- Kiwi/NonARC | ||
- Kiwi (2.3.0) | ||
- TransitionKit (2.1.0) | ||
|
||
DEPENDENCIES: | ||
- Kiwi/XCTest (~> 2.2.3) | ||
- Kiwi (~> 2.3.0) | ||
- TransitionKit (from `.`) | ||
|
||
EXTERNAL SOURCES: | ||
TransitionKit: | ||
:path: . | ||
|
||
SPEC CHECKSUMS: | ||
Kiwi: d60d7498b640a16f58b01925fc3c8d7c4d809f66 | ||
Kiwi: 54bece5b35564d9b8e03c608d926f1a22fcfc589 | ||
TransitionKit: 60b6a2cd9370e471c960b2cdf23b0b2593867625 | ||
|
||
COCOAPODS: 0.29.0 | ||
COCOAPODS: 0.34.1 |
Oops, something went wrong.