Skip to content

Commit

Permalink
Add UIKitCategoryAdditions 0.0.1 spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Jun 13, 2012
1 parent f48e7d5 commit 73e1400
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions UIKitCategoryAdditions/0.0.1/UIKitCategoryAdditions.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'UIKitCategoryAdditions'
s.version = '0.0.1'
s.summary = 'Block based Category additions for AlertView and ActionSheets.'
s.homepage = 'https://github.com/MugunthKumar/UIKitCategoryAdditions'
s.author = { 'MugunthKumar' => 'contact@mk.sg' }
s.source = { :git => 'https://github.com/MugunthKumar/UIKitCategoryAdditions.git',
:commit => '57bc879c10304ac4d7de844c94678d31a032516a'}
s.platform = :ios
s.source_files = 'MKAdditions/*.{h,m}'
s.clean_paths = "UIKitCategoryAdditions.xcodeproj", "UIKitCategoryAdditions"
s.requires_arc = false
end

0 comments on commit 73e1400

Please sign in to comment.