Skip to content

Commit

Permalink
Update CocoaPods & CircleCI xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jhersh committed May 4, 2015
1 parent df5e81b commit bcd5141
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- Expecta (0.4.0)
- Expecta (0.4.2)
- MagicalRecord (2.2):
- MagicalRecord/Core (= 2.2)
- MagicalRecord/Core (2.2)
Expand All @@ -14,12 +14,12 @@ DEPENDENCIES:

EXTERNAL SOURCES:
SSDataSources:
:path: ../SSDataSources.podspec
:path: "../SSDataSources.podspec"

SPEC CHECKSUMS:
Expecta: 392a6b5bfb9f4097e47dd8064d9b732079490332
Expecta: 78b4e8b0c8291fa4524d7f74016b6065c2e391ec
MagicalRecord: f8a56bb87ab6552f20c4bb8681a1958a197ea3cd
OCMock: a10ea9f0a6e921651f96f78b6faee95ebc813b92
SSDataSources: b01170fb23b82acf0649194e9189b0bf5f702681

COCOAPODS: 0.36.3
COCOAPODS: 0.37.0
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ machine:
LANG: en_US.UTF-8
LC_CTYPE: en_US.UTF-8
xcode:
version: "6.2"
version: "6.3.1"
dependencies:
pre:
- xcrun instruments -w "iPhone 6 (8.2 Simulator)" || exit 0
- xcrun instruments -w "iPhone 6 (8.3 Simulator)" || exit 0
override:
- sudo gem install cocoapods xcpretty obcd slather -N
- pod install --project-directory=Example
Expand Down

0 comments on commit bcd5141

Please sign in to comment.