diff --git a/Demo/.gitignore b/Demo/.gitignore index 8d09edf..1ae74c1 100644 --- a/Demo/.gitignore +++ b/Demo/.gitignore @@ -25,4 +25,3 @@ DerivedData # cocoapods Pods -Podfile.lock diff --git a/Demo/Podfile b/Demo/Podfile index f2d1d5e..ee77e3e 100644 --- a/Demo/Podfile +++ b/Demo/Podfile @@ -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 diff --git a/Demo/Podfile.lock b/Demo/Podfile.lock new file mode 100644 index 0000000..60960d7 --- /dev/null +++ b/Demo/Podfile.lock @@ -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