Commit 62030fc8 authored by Thierry's avatar Thierry

修改podspec

parent 83fe7ff2
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "GMPhobos" s.name = "GMPhobos"
s.version = "0.0.2" s.version = "0.0.4"
s.summary = "GM statistic data sdk" s.summary = "GM statistic data sdk"
# This description is used to generate tags and improve search results. # This description is used to generate tags and improve search results.
...@@ -24,14 +24,14 @@ Pod::Spec.new do |s| ...@@ -24,14 +24,14 @@ Pod::Spec.new do |s|
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2"
s.license = 'MIT' s.license = 'MIT'
s.author = { "licong" => "licong@gmei.com" } s.author = { "licong" => "licong@gmei.com" }
s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => "0.0.2" } s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => "0.0.4" }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
s.platform = :ios, '7.0' s.platform = :ios, '7.0'
s.requires_arc = true s.requires_arc = true
s.source_files = 'Pod/Classes/**/*' s.source_files = 'Pod/Classes/**/*'
s.dependency 'GMLibrary/Cache','~> 0.0.1' s.dependency 'GMLibrary','~> 0.0.1'
s.library = 'z' s.library = 'z'
s.resource_bundles = { s.resource_bundles = {
'GMPhobos' => ['Pod/Assets/*.png'] 'GMPhobos' => ['Pod/Assets/*.png']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment