Skip to content

Commit

Permalink
support ARC
Browse files Browse the repository at this point in the history
  • Loading branch information
katsuyoshi committed Sep 23, 2012
1 parent 9b06b05 commit 95de505
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Color-Picker-for-iOS/0.1/Color-Picker-for-iOS.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Color-Picker-for-iOS'
s.version = '0.1'
s.license = { :type => 'new BSD', :file => 'README.md' }
s.platform = :ios
s.summary = 'ColorPicker for iPhone and iPod touch.'
s.homepage = 'https://github.com/hayashi311/Color-Picker-for-iOS'
s.author = { 'Ryota Hayashi' => 'hayashi311' }
s.source = { :git => "https://github.com/hayashi311/Color-Picker-for-iOS.git", :tag => "v0.1" }
s.source_files = 'ColorPicker/*.{h,m}'
s.frameworks = 'UIKit' , 'QuartzCore'
s.requires_arc = true

end

0 comments on commit 95de505

Please sign in to comment.