fisrt
Showing
Example/Podfile.lock
0 → 100644
Example/Pods/Manifest.lock
0 → 100644
... | @@ -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.1.0" | s.version = "0.0.1" | ||
s.summary = "A short description of GMPhobos." | s.summary = "A short description of GMPhobos." | ||
# This description is used to generate tags and improve search results. | # This description is used to generate tags and improve search results. | ||
... | @@ -19,17 +19,19 @@ Pod::Spec.new do |s| | ... | @@ -19,17 +19,19 @@ Pod::Spec.new do |s| |
s.description = <<-DESC | s.description = <<-DESC | ||
DESC | DESC | ||
s.homepage = "https://github.com/<GITHUB_USERNAME>/GMPhobos" | s.homepage = "http://git.gengmei.cc/gengmeiios/GMPhobos" | ||
# 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" => "1240690490@qq.com" } | s.author = { "licong" => "licong@gmei.com" } | ||
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/GMPhobos.git", :tag => s.version.to_s } | s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMPhobos.git", :tag => "0.0.1" } | ||
# 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.library = 'z' | |||
s.resource_bundles = { | s.resource_bundles = { | ||
'GMPhobos' => ['Pod/Assets/*.png'] | 'GMPhobos' => ['Pod/Assets/*.png'] | ||
} | } | ||
... | ... |
Pod/Classes/Phobos.h
0 → 100644
Pod/Classes/Phobos.m
0 → 100644
Please
register
or
sign in
to comment