Skip to content

Commit

Permalink
Update PYTheme.podspec
Browse files Browse the repository at this point in the history
Update PYTheme.podspec
  • Loading branch information
ko1o committed Dec 18, 2016
1 parent 1ecbf4a commit 9ef9835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PYTheme.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Pod::Spec.new do |s|
s.name = 'PYTheme'
s.version = '0.1.0'
s.summary = 'An easy way to change theme through NSObject's category for iOS.'
s.summary = 'An easy way to change theme through NSObject category for iOS.'
s.homepage = 'https://github.com/iphone5solo/PYTheme'
s.license = 'MIT'
s.authors = {'CoderKo1o' => '499491531@qq.com'}
s.platform = :ios, '7.0'
s.source = {:git => 'https://github.com/iphone5solo/PYTheme.git', :tag => s.version}
s.source_files = 'PYTheme/**/*.{h,m}'
s.resource = 'PYTheme/PYTheme.bundle'
s.requires_arc = true
end

Expand Down

0 comments on commit 9ef9835

Please sign in to comment.