Skip to content

Commit

Permalink
added Overline(-BlocksKit) 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yaakaito committed Mar 29, 2013
1 parent 6c71273 commit 03cb979
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Overline-BlocksKit/0.2.0/Overline-BlocksKit.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "Overline-BlocksKit"
s.version = "0.2.0"
s.summary = "Objective-C utilities and shorthands. with BlocksKit"
s.homepage = "https://github.com/yaakaito/Overline"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios
s.author = { "KAZUMA Ukyo" => "yaakaito@gmail.com" }
s.source = { :git => "https://github.com/yaakaito/Overline.git", :tag => "0.2.0" }
s.source_files = 'Overline', 'Overline/**/*.{h,m}', 'Header/Overline.h'
s.public_header_files = 'Overline/**/*.h', 'Header/Overline.h'
s.requires_arc = true
end
13 changes: 13 additions & 0 deletions Overline/0.2.0/Overline.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "Overline"
s.version = "0.2.0"
s.summary = "Objective-C utilities and shorthands."
s.homepage = "https://github.com/yaakaito/Overline"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.platform = :ios
s.author = { "KAZUMA Ukyo" => "yaakaito@gmail.com" }
s.source = { :git => "https://github.com/yaakaito/Overline.git", :tag => "0.2.0" }
s.source_files = 'Overline', 'Overline/**/*.{h,m}', 'OverlineBlocksKit', 'OverlineBlocksKit/**/*.{h,m}', 'Overline.h'
s.public_header_files = 'Overline/**/*.h', 'Overline.h', 'OverlineBlocksKit/**/*.h'
s.requires_arc = true
end

0 comments on commit 03cb979

Please sign in to comment.