Skip to content

Instantly share code, notes, and snippets.

@eliperkins
Last active August 29, 2015 14:04
Show Gist options
  • Save eliperkins/af468d310704b6aa1248 to your computer and use it in GitHub Desktop.
Save eliperkins/af468d310704b6aa1248 to your computer and use it in GitHub Desktop.
Mantle.podspec.json
{
"name": "Mantle",
"version": "2.0",
"summary": "Model framework for Cocoa and Cocoa Touch.",
"homepage": "https://github.com/Mantle/Mantle",
"license": "MIT",
"authors": {
"GitHub": "support@github.com"
},
"source": {
"git": "https://github.com/github/Mantle.git",
"branch": "2.0-development"
},
"source_files": "Mantle",
"frameworks": "Foundation",
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"subspecs": [
{
"name": "extobjc",
"source_files": "Mantle/extobjc"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment