Bump version to 0.1.0
Showing
Example/Podfile.lock
0 → 100644
Example/Pods/Manifest.lock
0 → 100644
# | # | ||
# Be sure to run `pod lib lint GMCache.podspec' to ensure this is a | # Be sure to run `pod lib lint GMNetService.podspec' to ensure this is a | ||
# valid spec before submitting. | # valid spec before submitting. | ||
# | # | ||
# Any lines starting with a # are optional, but their use is encouraged | # Any lines starting with a # are optional, but their use is encouraged | ||
... | @@ -7,36 +7,18 @@ | ... | @@ -7,36 +7,18 @@ |
# | # | ||
Pod::Spec.new do |s| | Pod::Spec.new do |s| | ||
s.name = "GMCache" | s.name = "GMCache" | ||
s.version = "0.1.0" | s.version = "0.1.0" | ||
s.summary = "A short description of GMCache." | s.summary = "缓存" | ||
s.homepage = "http://git.gengmei.cc/gengmeiios/GMCache" | |||
s.license = 'MIT' | |||
s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" } | |||
s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMCache.git", :tag => s.version.to_s } | |||
# This description is used to generate tags and improve search results. | s.ios.deployment_target = '8.0' | ||
# * Think: What does it do? Why did you write it? What is the focus? | s.source_files = 'GMCache/Classes/**/*' | ||
# * 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 | s.public_header_files = 'GMCache/Classes/WMCacheService.h' | ||
TODO: Add long description of the pod here. | s.dependency 'TMCache','~> 2.1.0' | ||
DESC | |||
s.homepage = "https://github.com/<GITHUB_USERNAME>/GMCache" | |||
# s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" | |||
s.license = 'MIT' | |||
s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" } | |||
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/GMCache.git", :tag => s.version.to_s } | |||
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | |||
s.ios.deployment_target = '8.0' | |||
s.source_files = 'GMCache/Classes/**/*' | |||
# s.resource_bundles = { | |||
# 'GMCache' => ['GMCache/Assets/*.png'] | |||
# } | |||
# s.public_header_files = 'Pod/Classes/**/*.h' | |||
# s.frameworks = 'UIKit', 'MapKit' | |||
# s.dependency 'AFNetworking', '~> 2.3' | |||
end | end | ||
fastlane/Appfile
0 → 100644
fastlane/Fastfile
0 → 100644
fastlane/README.md
0 → 100644
fastlane/report.xml
0 → 100644
Please
register
or
sign in
to comment