Skip to content

Commit

Permalink
[Add] Bindings (0.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmasondavies committed Feb 17, 2013
1 parent 86686ce commit 46086fc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Bindings/0.0.1/Bindings.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'Bindings'
s.version = '0.0.1'
s.license = 'MIT'
s.platform = :ios, '5.0'
s.summary = "An iOS library inspired by Cocoa Bindings."
s.homepage = 'https://github.com/rdavies/Bindings'
s.author = { 'Ryan Davies' => 'ryan@ryandavies.net' }
s.source = { :git => 'https://github.com/rdavies/Bindings.git', :tag => '0.0.1' }
s.source_files = 'Bindings/*.{h,m}'
s.requires_arc = true
end

0 comments on commit 46086fc

Please sign in to comment.