Skip to content

Commit

Permalink
updated podfiles in pod examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyben committed Jan 30, 2014
1 parent 7b777b1 commit 8ce5788
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
platform :ios, "6.1"

pod 'IOSLinkedInAPI', :git => 'https://github.com/jeyben/IOSLinkedInAPI', :commit => '141550bac0aeb121fdcc762083759100800ea632'
pod 'AFNetworking', "2.0.3"
pod 'IOSLinkedInAPI', :git => 'https://github.com/jeyben/IOSLinkedInAPI', :commit => '7b777b16867c713ed660c1d3711f83b76388ea99'


Original file line number Diff line number Diff line change
@@ -1,36 +1,35 @@
PODS:
- AFNetworking (2.0.3):
- AFNetworking (2.1.0):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/UIKit
- AFNetworking/NSURLConnection (2.0.3):
- AFNetworking/NSURLConnection (2.1.0):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.0.3):
- AFNetworking/NSURLSession (2.1.0):
- AFNetworking/NSURLConnection
- AFNetworking/Reachability (2.0.3)
- AFNetworking/Security (2.0.3)
- AFNetworking/Serialization (2.0.3)
- AFNetworking/UIKit (2.0.3):
- AFNetworking/Reachability (2.1.0)
- AFNetworking/Security (2.1.0)
- AFNetworking/Serialization (2.1.0)
- AFNetworking/UIKit (2.1.0):
- AFNetworking/NSURLConnection
- IOSLinkedInAPI (2.0.0):
- AFNetworking (>= 2.0.0)

DEPENDENCIES:
- AFNetworking (= 2.0.3)
- IOSLinkedInAPI (from `https://github.com/jeyben/IOSLinkedInAPI`, commit `386083830d9999f4e78039e59a8b0bd0be263e8f`)
- IOSLinkedInAPI (from `https://github.com/jeyben/IOSLinkedInAPI`, commit `7b777b16867c713ed660c1d3711f83b76388ea99`)

EXTERNAL SOURCES:
IOSLinkedInAPI:
:commit: 386083830d9999f4e78039e59a8b0bd0be263e8f
:commit: 7b777b16867c713ed660c1d3711f83b76388ea99
:git: https://github.com/jeyben/IOSLinkedInAPI

SPEC CHECKSUMS:
AFNetworking: e499052cbf3d743e9bb727bb37adb9dc2547ba15
AFNetworking: c7d7901a83f631414c7eda1737261f696101a5cd
IOSLinkedInAPI: 1c1b1bc3fcf21607225d2b9cd704bffab0abfbe1

COCOAPODS: 0.27.1

0 comments on commit 8ce5788

Please sign in to comment.