Commit d0ffad3cd01b93972b41fdcdedd2af72aba8ed15

Authored by 梁星国
1 parent 0928f4d1

提交

CNLiveDemoXGTestModule.podspec
... ... @@ -40,6 +40,6 @@ TODO: Add long description of the pod here.
40 40 # s.frameworks = 'UIKit', 'MapKit'
41 41 # s.dependency 'AFNetworking', '~> 2.3'
42 42  
43   - s.dependency 'CNLiveBeeHive', '~> 0.1.1'
  43 + s.dependency 'CNLiveBeeHive', '~> 0.1.4'
44 44  
45 45 end
... ...
Example/CNLiveDemoXGTestModule.xcodeproj/project.pbxproj
... ... @@ -305,10 +305,12 @@
305 305 );
306 306 inputPaths = (
307 307 "${PODS_ROOT}/Target Support Files/Pods-CNLiveDemoXGTestModule_Example/Pods-CNLiveDemoXGTestModule_Example-frameworks.sh",
  308 + "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework",
308 309 "${BUILT_PRODUCTS_DIR}/CNLiveDemoXGTestModule/CNLiveDemoXGTestModule.framework",
309 310 );
310 311 name = "[CP] Embed Pods Frameworks";
311 312 outputPaths = (
  313 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework",
312 314 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveDemoXGTestModule.framework",
313 315 );
314 316 runOnlyForDeploymentPostprocessing = 0;
... ...
Example/Podfile
1 1 use_frameworks!
  2 +source 'https://github.com/CocoaPods/Specs.git'
  3 +source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
2 4  
3   -platform :ios, '8.0'
  5 +
  6 +platform :ios, '9.0'
4 7  
5 8 target 'CNLiveDemoXGTestModule_Example' do
6 9 pod 'CNLiveDemoXGTestModule', :path => '../'
... ...