Skip to content

Commit

Permalink
Feature:podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracky committed Aug 9, 2018
1 parent 1f342cc commit 2b241d1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions TRCommonTools.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

Pod::Spec.new do |s|

s.name = "TRCommonTools"
s.version = "0.0.1"
s.ios.deployment_target = "8.0"
s.summary = "开发各种实用工具.^_^"
s.homepage = "https://github.com/junqingwuchu/TRCommonTools"
s.license = "MIT"
s.requires_arc = true
s.author = { "Tracky" => "[email protected]" }
s.social_media_url = "https://github.com/junqingwuchu"

s.source = { :git => 'https://github.com/junqingwuchu/TRCommonTools.git', :tag => "v#{s.version}"}
s.source_files = 'TRFPS/*.{h,m}'

end

0 comments on commit 2b241d1

Please sign in to comment.