@@ -1,7 +1,7 @@
+use_frameworks!
source 'https://github.com/CocoaPods/Specs.git'
source 'http://60.205.190.38:9000/iOS/MKRPodSpecs.git'
platform :ios, '9.2'
-use_frameworks!
inhibit_all_warnings!
target 'MKRRadioManager_Example' do
pod 'MKRRadioManager', :path => '../'
@@ -18,6 +18,6 @@ SPEC CHECKSUMS:
libASControl: 9bb0f71cadbfd0098ab28b8a944181090c68e393
MKRRadioManager: 58c76664111b1c8241ccf6537a1b496a28ff7555
-PODFILE CHECKSUM: fc0757b7aa6dc79a3ae28a31aedac4f5ba495588
+PODFILE CHECKSUM: ef518cdfb82a29e468edef29b408bf48353d86a4
COCOAPODS: 1.6.1
@@ -49,7 +49,7 @@ push_git_tags
# 4. pod spec lint
-pod_lib_lint(allow_warnings: true,sources:"http://60.205.190.38:9000/iOS/MKRPodSpecs.git",private:true)
+pod_lib_lint(allow_warnings: true, sources: "http://60.205.190.38:9000/iOS/MKRPodSpecs.git")
# pod repo push XXX xxx.podspec
pod_push(path: "#{targetName}.podspec", repo: "MKRPodSpecs", allow_warnings: true)