测试
Showing
... | ... | @@ -16,9 +16,9 @@ Pod::Spec.new do |s| |
# * Try to keep it short, snappy and to the point. | ||
# * Write the description between the DESC delimiters below. | ||
# * Finally, don't worry about the indent, CocoaPods strips it! | ||
s.description = <<-DESC | ||
The GMPhobos just for statistics. | ||
DESC | ||
# s.description = <<-DESC | ||
# The GMPhobos just for statistics. | ||
# DESC | ||
s.homepage = "http://git.gengmei.cc/gengmeiios/GMPhobos" | ||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | ||
... | ... | @@ -31,11 +31,11 @@ Pod::Spec.new do |s| |
s.requires_arc = true | ||
s.source_files = 'Pod/Classes/**/*' | ||
s.dependency 'GMLibrary/Cache','~> 0.0.1' | ||
s.library = 'z' | ||
s.resource_bundles = { | ||
'GMPhobos' => ['Pod/Assets/*.png'] | ||
} | ||
# s.dependency 'GMLibrary/Cache','~> 0.0.1' | ||
# s.library = 'z' | ||
# s.resource_bundles = { | ||
# 'GMPhobos' => ['Pod/Assets/*.png'] | ||
# } | ||
# s.public_header_files = 'Pod/Classes/**/*.h' | ||
# s.frameworks = 'UIKit', 'MapKit' | ||
... | ... |
Pod/Classes/Phobos.h
deleted
100644 → 0
Pod/Classes/Phobos.m
deleted
100644 → 0
Pod/Classes/ReplaceMe.h
0 → 100644
Pod/Classes/ReplaceMe.m
0 → 100644
Please
register
or
sign in
to comment