Skip to content

Commit

Permalink
Update example Podfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chebur committed Feb 5, 2015
1 parent 890929b commit 3079907
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions example/ipjsystest/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
platform :ios, '6.0'
platform :ios, '7.0'
source 'https://github.com/CocoaPods/Specs.git'

pod 'pjsip'
pod 'pjsip', :git => 'https://github.com/chebur/pjsip.git', :commit => '890929be9d82900cba8996427725794a244725b5'
#pod 'pjsip', :path => '/Users/chebur/Documents/Projects/ObjC/pjsip/'
22 changes: 16 additions & 6 deletions example/ipjsystest/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,23 @@
PODS:
- OpenSSL-Universal (1.0.1.j-2)
- pjsip (2.3.0.6):
- OpenSSL-Universal (= 1.0.1.j-2)
- OpenSSL-Universal (1.0.1.k)
- pjsip (2.3.0.7):
- OpenSSL-Universal (= 1.0.1.k)

DEPENDENCIES:
- pjsip
- pjsip (from `https://github.com/chebur/pjsip.git`, commit `890929be9d82900cba8996427725794a244725b5`)

EXTERNAL SOURCES:
pjsip:
:commit: 890929be9d82900cba8996427725794a244725b5
:git: https://github.com/chebur/pjsip.git

CHECKOUT OPTIONS:
pjsip:
:commit: 890929be9d82900cba8996427725794a244725b5
:git: https://github.com/chebur/pjsip.git

SPEC CHECKSUMS:
OpenSSL-Universal: 59e0fe9f0e78df35ca0c366ba0d1e714ebd6397a
pjsip: 7145a5bd35e9396ff8b70506941964f0c67e4e9b
OpenSSL-Universal: 60ee5ddf6530100c0aa702c2e0c9881cfd4a89a5
pjsip: c969e2ccb0432bf3fbd2c4c3504524b65b806c53

COCOAPODS: 0.35.0

0 comments on commit 3079907

Please sign in to comment.