Commit 363456ff30262dbe0fe2203b9988268f650810f1

Authored by liushiyu
1 parent a0fe0954

0.0.6

CNLiveCustomControl.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveCustomControl' 10 s.name = 'CNLiveCustomControl'
11 - s.version = '0.0.5' 11 + s.version = '0.0.6'
12 s.summary = 'CNLiveCustomControl' 12 s.summary = 'CNLiveCustomControl'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
@@ -58,5 +58,5 @@ TODO: 网家家-自定义控件. @@ -58,5 +58,5 @@ TODO: 网家家-自定义控件.
58 58
59 # s.public_header_files = 'Pod/Classes/**/*.h' 59 # s.public_header_files = 'Pod/Classes/**/*.h'
60 # s.frameworks = 'UIKit', 'MapKit' 60 # s.frameworks = 'UIKit', 'MapKit'
61 - s.dependency 'CNLiveTripartiteManagement/QMUIKit' 61 + #s.dependency 'CNLiveTripartiteManagement/QMUIKit'
62 end 62 end
Example/CNLiveCustomControl.xcodeproj/project.pbxproj
@@ -329,15 +329,11 @@ @@ -329,15 +329,11 @@
329 "${PODS_ROOT}/Target Support Files/Pods-CNLiveCustomControl_Example/Pods-CNLiveCustomControl_Example-frameworks.sh", 329 "${PODS_ROOT}/Target Support Files/Pods-CNLiveCustomControl_Example/Pods-CNLiveCustomControl_Example-frameworks.sh",
330 "${BUILT_PRODUCTS_DIR}/CNLiveCategory/CNLiveCategory.framework", 330 "${BUILT_PRODUCTS_DIR}/CNLiveCategory/CNLiveCategory.framework",
331 "${BUILT_PRODUCTS_DIR}/CNLiveCustomControl/CNLiveCustomControl.framework", 331 "${BUILT_PRODUCTS_DIR}/CNLiveCustomControl/CNLiveCustomControl.framework",
332 - "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",  
333 - "${BUILT_PRODUCTS_DIR}/QMUIKit/QMUIKit.framework",  
334 ); 332 );
335 name = "[CP] Embed Pods Frameworks"; 333 name = "[CP] Embed Pods Frameworks";
336 outputPaths = ( 334 outputPaths = (
337 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCategory.framework", 335 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCategory.framework",
338 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCustomControl.framework", 336 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCustomControl.framework",
339 - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",  
340 - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/QMUIKit.framework",  
341 ); 337 );
342 runOnlyForDeploymentPostprocessing = 0; 338 runOnlyForDeploymentPostprocessing = 0;
343 shellPath = /bin/sh; 339 shellPath = /bin/sh;
Example/CNLiveCustomControl/CNLIVEViewController.m
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 #import "CNLIVEViewController.h" 9 #import "CNLIVEViewController.h"
10 #import "CNLiveNavigationBar.h" 10 #import "CNLiveNavigationBar.h"
11 -#import "QMUIKit.h" 11 +//#import "QMUIKit.h"
12 #import "CNLiveCategory.h" 12 #import "CNLiveCategory.h"
13 13
14 @interface CNLIVEViewController () 14 @interface CNLIVEViewController ()