Bump version to 0.1.0
Showing
... | ... | @@ -10,10 +10,10 @@ Pod::Spec.new do |s| |
s.name = "GMNetService" | ||
s.version = "0.1.0" | ||
s.summary = "A short description of GMNetService." | ||
s.homepage = "https://github.com/<GITHUB_USERNAME>/GMNetService" | ||
s.homepage = "http://git.gengmei.cc/gengmeiios/GMNetService" | ||
s.license = 'MIT' | ||
s.author = { "wangyang" => "wangyang@wanmeizhensuo.com" } | ||
s.source = { :git => "https://github.com/<GITHUB_USERNAME>/GMNetService.git", :tag => s.version.to_s } | ||
s.source = { :git => "http://git.gengmei.cc/gengmeiios/GMNetService.git", :tag => s.version.to_s } | ||
s.ios.deployment_target = '8.0' | ||
s.source_files = 'GMNetService/Classes/**/*' | ||
... | ... |
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