Skip to content

Instantly share code, notes, and snippets.

@MarcoSero
Created April 3, 2015 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcoSero/c8093f1e667a95b685f0 to your computer and use it in GitHub Desktop.
Save MarcoSero/c8093f1e667a95b685f0 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",
"tag": "1.5"
},
"source_files": "Mantle",
"frameworks": "Foundation",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"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