Commit beea73faec2df3b8c0fac8262d6eef14f30dc0e0

Authored by yinqiaojuan
1 parent 8a0af18d

0.1.6

CNLiveTripartiteManagement.podspec
1 1  
2 2 Pod::Spec.new do |s|
3 3 s.name = 'CNLiveTripartiteManagement'
4   - s.version = '0.1.5'
  4 + s.version = '0.1.6'
5 5 s.summary = '所有三方库版本管理'
6 6 s.description = <<-DESC
7 7 所有三方库版本管理组件
... ... @@ -28,10 +28,10 @@ Pod::Spec.new do |s|
28 28 location.dependency 'BMKLocationKit', '1.7.0'
29 29 location.source_files = 'CNLiveTripartiteManagement/Classes/BMKLocationKit/*'
30 30 end
31   - s.subspec 'FLAnimatedImage' do |flImage|
32   - flImage.dependency 'FLAnimatedImage', '1.0.12'
33   - flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*'
34   - end
  31 + #s.subspec 'FLAnimatedImage' do |flImage|
  32 + # flImage.dependency 'FLAnimatedImage', '1.0.12'
  33 + #flImage.source_files = 'CNLiveTripartiteManagement/Classes/FLAnimatedImage/*'
  34 + #end
35 35 s.subspec 'FMDB' do |fmdb|
36 36 fmdb.dependency 'FMDB', '2.7.5'
37 37 fmdb.source_files = 'CNLiveTripartiteManagement/Classes/FMDB/*'
... ...
CNLiveTripartiteManagement/Classes/FLAnimatedImage/README.md deleted 100644 → 0
1   -# CNLiveTripartiteManagement
2   -
3   -[![CI Status](https://img.shields.io/travis/殷巧娟/CNLiveTripartiteManagement.svg?style=flat)](https://travis-ci.org/殷巧娟/CNLiveTripartiteManagement)
4   -[![Version](https://img.shields.io/cocoapods/v/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
5   -[![License](https://img.shields.io/cocoapods/l/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
6   -[![Platform](https://img.shields.io/cocoapods/p/CNLiveTripartiteManagement.svg?style=flat)](https://cocoapods.org/pods/CNLiveTripartiteManagement)
7   -
8   -## Example
9   -
10   -To run the example project, clone the repo, and run `pod install` from the Example directory first.
11   -
12   -## Requirements
13   -
14   -## Installation
15   -
16   -CNLiveTripartiteManagement is available through [CocoaPods](https://cocoapods.org). To install
17   -it, simply add the following line to your Podfile:
18   -
19   -```ruby
20   -pod 'CNLiveTripartiteManagement'
21   -```
22   -
23   -## Author
24   -
25   -殷巧娟, 1427945373@qq.com
26   -
27   -## License
28   -
29   -CNLiveTripartiteManagement is available under the MIT license. See the LICENSE file for more info.
Example/CNLiveTripartiteManagement.xcodeproj/project.pbxproj
... ... @@ -309,7 +309,6 @@
309 309 "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Tests/Pods-CNLiveTripartiteManagement_Tests-frameworks.sh",
310 310 "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
311 311 "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",
312   - "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework",
313 312 "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
314 313 "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework",
315 314 "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework",
... ... @@ -339,7 +338,6 @@
339 338 outputPaths = (
340 339 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
341 340 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",
342   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework",
343 341 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
344 342 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework",
345 343 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework",
... ... @@ -423,7 +421,6 @@
423 421 "${PODS_ROOT}/Target Support Files/Pods-CNLiveTripartiteManagement_Example/Pods-CNLiveTripartiteManagement_Example-frameworks.sh",
424 422 "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
425 423 "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework",
426   - "${BUILT_PRODUCTS_DIR}/FLAnimatedImage/FLAnimatedImage.framework",
427 424 "${BUILT_PRODUCTS_DIR}/FMDB/FMDB.framework",
428 425 "${BUILT_PRODUCTS_DIR}/GPUImage/GPUImage.framework",
429 426 "${BUILT_PRODUCTS_DIR}/HappyDNS/HappyDNS.framework",
... ... @@ -453,7 +450,6 @@
453 450 outputPaths = (
454 451 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
455 452 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework",
456   - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FLAnimatedImage.framework",
457 453 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FMDB.framework",
458 454 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/GPUImage.framework",
459 455 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HappyDNS.framework",
... ...
Example/Podfile
... ... @@ -7,7 +7,6 @@ target &#39;CNLiveTripartiteManagement_Example&#39; do
7 7 pod 'AFNetworking','3.2.1'
8 8 pod 'BaiduMapKit', '4.4.2'
9 9 pod 'BMKLocationKit', '1.7.0'
10   - pod 'FLAnimatedImage', '1.0.12'
11 10 pod 'FMDB', '2.7.5'
12 11 pod 'GPUImage', '0.1.7'
13 12 pod 'Ks3SDK', '2.1.2'
... ... @@ -44,7 +43,6 @@ target &#39;CNLiveTripartiteManagement_Example&#39; do
44 43 pod 'AFNetworking','3.2.1'
45 44 pod 'BaiduMapKit', '4.4.2'
46 45 pod 'BMKLocationKit', '1.7.0'
47   - pod 'FLAnimatedImage', '1.0.12'
48 46 pod 'FMDB', '2.7.5'
49 47 pod 'GPUImage', '0.1.7'
50 48 pod 'Ks3SDK', '2.1.2'
... ...