Commit c8ee162153055883517aa08102681de26d4a5f70

Authored by daojian
1 parent 15132d87

0.2.6 版本 图片选择库修改

CNLiveCommuntyModule.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveCommuntyModule'
11   - s.version = '0.2.5'
  11 + s.version = '0.2.6'
12 12 s.summary = 'A short description of CNLiveCommuntyModule.'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ...
CNLiveCommuntyModule/Classes/ViewController/CNLiveCommuntInformViewController.m
... ... @@ -7,7 +7,7 @@
7 7  
8 8 #import "CNLiveCommuntInformViewController.h"
9 9  
10   -@interface CNLiveCommuntInformViewController ()<UITableViewDelegate,UITableViewDataSource,CNLiveCommuntSubInputTableViewDelegate,TZImagePickerControllerDelegate,UINavigationControllerDelegate,UIImagePickerControllerDelegate>
  10 +@interface CNLiveCommuntInformViewController ()<UITableViewDelegate,UITableViewDataSource,CNLiveCommuntSubInputTableViewDelegate,CNTZImagePickerControllerDelegate,UINavigationControllerDelegate,UIImagePickerControllerDelegate>
11 11 @property (nonatomic, strong) NSMutableArray * dataSource;
12 12 @property (nonatomic, strong) NSMutableArray * dataArray;
13 13 @property (nonatomic, strong) NSMutableArray * imageArray;
... ...
Example/CNLiveCommuntyModule.xcodeproj/project.pbxproj
... ... @@ -418,6 +418,7 @@
418 418 "${BUILT_PRODUCTS_DIR}/SDAutoLayout/SDAutoLayout.framework",
419 419 "${BUILT_PRODUCTS_DIR}/SDWebImage/SDWebImage.framework",
420 420 "${BUILT_PRODUCTS_DIR}/SSZipArchive/SSZipArchive.framework",
  421 + "${BUILT_PRODUCTS_DIR}/TZImagePickerController/TZImagePickerController.framework",
421 422 "${BUILT_PRODUCTS_DIR}/YBImageBrowser/YBImageBrowser.framework",
422 423 "${BUILT_PRODUCTS_DIR}/YYAsyncLayer/YYAsyncLayer.framework",
423 424 "${BUILT_PRODUCTS_DIR}/YYCache/YYCache.framework",
... ... @@ -464,6 +465,7 @@
464 465 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDAutoLayout.framework",
465 466 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SDWebImage.framework",
466 467 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SSZipArchive.framework",
  468 + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TZImagePickerController.framework",
467 469 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YBImageBrowser.framework",
468 470 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYAsyncLayer.framework",
469 471 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/YYCache.framework",
... ...
README.md
... ... @@ -27,3 +27,7 @@ woshiliushiyu, 1010530278@qq.com
27 27 ## License
28 28  
29 29 CNLiveCommuntyModule is available under the MIT license. See the LICENSE file for more info.
  30 +
  31 +##推送
  32 +pod repo push CNLiveRepos CNLiveCommuntyModule.podspec --verbose --use-libraries --skip-import-validation --allow-warnings
  33 +
... ...