Skip to content

Commit

Permalink
Create podspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
rizumita committed Mar 16, 2013
1 parent fef2c85 commit b7931a9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CTCheckbox.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#
# Be sure to run `pod spec lint CTCheckbox.podspec' to ensure this is a
# valid spec.
#
# Remove all comments before submitting the spec. Optional attributes are commented.
#
# For details see: https://github.com/CocoaPods/CocoaPods/wiki/The-podspec-format
#
Pod::Spec.new do |s|
s.name = "CTCheckbox"
s.version = "0.0.1"
s.summary = "CTCheckbox is a checkbox UI component library for iOS."
s.homepage = "https://github.com/rizumita/CTCheckbox"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Ryoichi Izumita" => "[email protected]" }
s.source = { :git => "https://github.com/rizumita/CTCheckbox.git", :tag => "0.0.1" }
s.platform = :ios, '5.0'
s.source_files = 'CTCheckbox/CTCheckbox.{h,m}'
s.requires_arc = true
end

0 comments on commit b7931a9

Please sign in to comment.