Commit 365bef34d2b5010d8d2cad955acfba69255f6362

Authored by yanglingyu
1 parent 9c18b1c3

添加依赖库,增加ignore文件

.gitignore 0 → 100755
  1 +*~
  2 +.DS_Store
  3 +*.xcuserstate
  4 +*.xcworkspace
  5 +xcuserdata
  6 +Products/
  7 +*.lock
  8 +Pods
  9 +
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.3' 11 + s.version = '0.0.4'
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.
@@ -59,5 +59,5 @@ TODO: 网家家-自定义控件. @@ -59,5 +59,5 @@ TODO: 网家家-自定义控件.
59 59
60 # s.public_header_files = 'Pod/Classes/**/*.h' 60 # s.public_header_files = 'Pod/Classes/**/*.h'
61 # s.frameworks = 'UIKit', 'MapKit' 61 # s.frameworks = 'UIKit', 'MapKit'
62 - # s.dependency 'AFNetworking', '~> 2.3' 62 + s.dependency 'CNLiveTripartiteManagement/QMUIKit'
63 end 63 end