save
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -8,7 +8,7 @@ |
Pod::Spec.new do |s| | ||
s.name = "GMPhobos" | ||
s.version = "0.0.1" | ||
s.version = "0.0.2" | ||
s.summary = "A short description of GMPhobos." | ||
# This description is used to generate tags and improve search results. | ||
... | ... | @@ -24,14 +24,14 @@ Pod::Spec.new do |s| |
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | ||
s.license = 'MIT' | ||
s.author = { "licong" => "licong@gmei.com" } | ||
s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => "0.0.1" } | ||
s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => "0.0.2" } | ||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | ||
s.platform = :ios, '7.0' | ||
s.requires_arc = true | ||
s.source_files = 'Pod/Classes/**/*' | ||
# s.dependency 'GMLibrary','~> 0.0.1' | ||
s.dependency 'GMLibrary','~> 0.0.1' | ||
s.library = 'z' | ||
# s.resource_bundles = { | ||
# 'GMPhobos' => ['Pod/Assets/*.png'] | ||
... | ... |
Please
register
or
sign in
to comment