Commit f4a86156502f85c55fbadadb43aad44d2e6f9a81

Authored by 梁星国
1 parent 9e3d7e83

提交

Showing 1 changed file with 12 additions and 10 deletions
CNLiveLocationManager.podspec
... ... @@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17 17  
18 18 s.name = "CNLiveLocationManager"
19 19 s.version = "0.0.1"
20   - s.summary = "A short description of CNLiveLocationManager."
  20 + s.summary = "定位管理"
21 21  
22 22 # This description is used to generate tags and improve search results.
23 23 # * Think: What does it do? Why did you write it? What is the focus?
... ... @@ -25,9 +25,11 @@ Pod::Spec.new do |s|
25 25 # * Write the description between the DESC delimiters below.
26 26 # * Finally, don't worry about the indent, CocoaPods strips it!
27 27 s.description = <<-DESC
  28 + 1.实现系统定位,反编码,地理反编码
  29 + TODO:1.未来百度||高德,定位,翻遍吗,地理翻遍码
28 30 DESC
29 31  
30   - s.homepage = "http://EXAMPLE/CNLiveLocationManager"
  32 + s.homepage = "http://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager"
31 33 # s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"
32 34  
33 35  
... ... @@ -38,8 +40,8 @@ Pod::Spec.new do |s|
38 40 # Popular ones are 'MIT', 'BSD' and 'Apache License, Version 2.0'.
39 41 #
40 42  
41   - s.license = "MIT (example)"
42   - # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
  43 + # s.license = "MIT (example)"
  44 + s.license = { :type => "MIT", :file => "FILE_LICENSE" }
43 45  
44 46  
45 47 # ――― Author Metadata ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
... ... @@ -52,7 +54,7 @@ Pod::Spec.new do |s|
52 54 # profile URL.
53 55 #
54 56  
55   - s.author = { "梁星国" => "jyyjkt@qq.com" }
  57 + s.author = { "梁星国" => "liangxingguo_job@163.com" }
56 58 # Or just: s.author = "梁星国"
57 59 # s.authors = { "梁星国" => "jyyjkt@qq.com" }
58 60 # s.social_media_url = "http://twitter.com/梁星国"
... ... @@ -64,7 +66,7 @@ Pod::Spec.new do |s|
64 66 #
65 67  
66 68 # s.platform = :ios
67   - # s.platform = :ios, "5.0"
  69 + s.platform = :ios, "9.0"
68 70  
69 71 # When using multiple platforms
70 72 # s.ios.deployment_target = "5.0"
... ... @@ -79,7 +81,7 @@ Pod::Spec.new do |s|
79 81 # Supports git, hg, bzr, svn and HTTP.
80 82 #
81 83  
82   - s.source = { :git => "http://EXAMPLE/CNLiveLocationManager.git", :tag => "#{s.version}" }
  84 + s.source = { :git => "http://bj.gitlab.cnlive.com/ios-team/CNLiveLocationManager.git", :tag => "#{s.version}" }
83 85  
84 86  
85 87 # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
... ... @@ -90,7 +92,7 @@ Pod::Spec.new do |s|
90 92 # Not including the public_header_files will make all headers public.
91 93 #
92 94  
93   - s.source_files = "Classes", "Classes/**/*.{h,m}"
  95 + s.source_files = "Classes", "CNLiveLocationManager/*"
94 96 s.exclude_files = "Classes/Exclude"
95 97  
96 98 # s.public_header_files = "Classes/**/*.h"
... ... @@ -117,7 +119,7 @@ Pod::Spec.new do |s|
117 119 #
118 120  
119 121 # s.framework = "SomeFramework"
120   - # s.frameworks = "SomeFramework", "AnotherFramework"
  122 + s.frameworks = "UIKit", "Foundation", "CoreLocation"
121 123  
122 124 # s.library = "iconv"
123 125 # s.libraries = "iconv", "xml2"
... ... @@ -129,7 +131,7 @@ Pod::Spec.new do |s|
129 131 # where they will only apply to your library. If you depend on other Podspecs
130 132 # you can include multiple dependencies to ensure it works.
131 133  
132   - # s.requires_arc = true
  134 + s.requires_arc = true
133 135  
134 136 # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" }
135 137 # s.dependency "JSONKit", "~> 1.4"
... ...