Skip to content

Commit

Permalink
Merge pull request #1311 from jsclayton/master
Browse files Browse the repository at this point in the history
Mantle 0.3
  • Loading branch information
keith committed Feb 21, 2013
2 parents 04edef7 + 4cb33ae commit 7a6bb39
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Mantle/0.3/Mantle.podspec
@@ -0,0 +1,21 @@
Pod::Spec.new do |s|
s.name = "Mantle"
s.version = "0.3"
s.summary = "Model framework for Cocoa and Cocoa Touch."

s.homepage = "https://github.com/github/Mantle"
s.license = 'MIT'
s.author = { "GitHub" => "support@github.com" }

s.source = { :git => "https://github.com/github/Mantle.git", :tag => "0.3" }
s.source_files = 'Mantle'
s.framework = 'Foundation'

s.ios.deployment_target = '5.0' # there are usages of __weak
s.osx.deployment_target = '10.7'
s.requires_arc = true

s.dependency 'libextobjc/EXTScope'
s.dependency 'libextobjc/EXTKeyPathCoding'

end

0 comments on commit 7a6bb39

Please sign in to comment.