Skip to content

Instantly share code, notes, and snippets.

@wangsha
Last active January 1, 2016 06:19
Show Gist options
  • Save wangsha/8104342 to your computer and use it in GitHub Desktop.
Save wangsha/8104342 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = "Mantle"
s.version = "0.3.3"
s.summary = "Model framework for Cocoa and Cocoa Touch."
s.homepage = "https://github.com/MantleFramework/Mantle"
s.license = 'MIT'
s.author = { "GitHub" => "[email protected]" }
s.source = { :git => "https://github.com/MantleFramework/Mantle.git", :commit => "439be82a87e449f26abb2171df1d32c0c15f9e72" }
s.source_files = 'Mantle', 'Mantle/extobjc'
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment