Commit 06bea9e6737373f5acaa6b469a93259170b5ff60

Authored by yinqiaojuan
1 parent 27c191e3

Revert "对对对"

This reverts commit a3514790.
CNPublishContent/CNPublishContent.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 = 'CNPublishContent' 10 s.name = 'CNPublishContent'
11 - s.version = '0.1.3' 11 + s.version = '0.1.2'
12 s.summary = '测试发布页面pod打包' 12 s.summary = '测试发布页面pod打包'
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.
@@ -30,13 +30,13 @@ TODO: Add long description of the pod here. @@ -30,13 +30,13 @@ TODO: Add long description of the pod here.
30 30
31 s.ios.deployment_target = '9.0' 31 s.ios.deployment_target = '9.0'
32 32
33 - s.source_files = 'CNPublishContent/Classes/*.{h,m}' 33 + s.source_files = 'CNPublishContent/Classes/**/*.{h,m}'
34 34
35 # s.resource_bundles = { 35 # s.resource_bundles = {
36 # 'CNPublishContent' => ['CNPublishContent/Assets/*.png'] 36 # 'CNPublishContent' => ['CNPublishContent/Assets/*.png']
37 # } 37 # }
38 38
39 - s.public_header_files = 'CNPublishContent/Classes/*.h' 39 + s.public_header_files = 'Pod/Classes/**/*.h'
40 # s.frameworks = 'UIKit', 'MapKit' 40 # s.frameworks = 'UIKit', 'MapKit'
41 s.dependency 'AFNetworking' 41 s.dependency 'AFNetworking'
42 42