Skip to content

Commit

Permalink
Merge branch 'master' into 51_update_afnetworking_pod
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyKuryanov committed Jul 10, 2018
2 parents 54bfb7c + 1e93c0c commit 35175ae
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 2 deletions.
1 change: 0 additions & 1 deletion Demo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ DerivedData

# cocoapods
Pods
Podfile.lock
4 changes: 3 additions & 1 deletion Demo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'

inhibit_all_warnings!

target 'librato-iOS Demo' do
pod 'librato-iOS', :path => '../librato-iOS.podspec'

target 'librato-iOS DemoTests' do
inherit! :search_paths
end
Expand Down
49 changes: 49 additions & 0 deletions Demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
PODS:
- AFNetworking (2.6.3):
- AFNetworking/NSURLConnection (= 2.6.3)
- AFNetworking/NSURLSession (= 2.6.3)
- AFNetworking/Reachability (= 2.6.3)
- AFNetworking/Security (= 2.6.3)
- AFNetworking/Serialization (= 2.6.3)
- AFNetworking/UIKit (= 2.6.3)
- AFNetworking/NSURLConnection (2.6.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/NSURLSession (2.6.3):
- AFNetworking/Reachability
- AFNetworking/Security
- AFNetworking/Serialization
- AFNetworking/Reachability (2.6.3)
- AFNetworking/Security (2.6.3)
- AFNetworking/Serialization (2.6.3)
- AFNetworking/UIKit (2.6.3):
- AFNetworking/NSURLConnection
- AFNetworking/NSURLSession
- librato-iOS (1.2.2):
- AFNetworking (~> 2.0)
- Mantle (~> 1.3)
- Mantle (1.5.8):
- Mantle/extobjc (= 1.5.8)
- Mantle/extobjc (1.5.8)

DEPENDENCIES:
- librato-iOS (from `../librato-iOS.podspec`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
- AFNetworking
- Mantle

EXTERNAL SOURCES:
librato-iOS:
:path: "../librato-iOS.podspec"

SPEC CHECKSUMS:
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
librato-iOS: ac4f9b431c771cccc0719e8bdade35648fac507d
Mantle: f03b2b606c3f0cabd80214ad8a2fed6b464a7359

PODFILE CHECKSUM: 5817b13129eeec85d2fa75a097e506a23de0ee12

COCOAPODS: 1.5.0

0 comments on commit 35175ae

Please sign in to comment.