blob: 1061130e2df7ef30d7de588b4eb468dd85b37d20 [file] [log] [blame]
{
"name": "Mantle",
"version": "1.5.3",
"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.3"
},
"source_files": "Mantle",
"frameworks": "Foundation",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"requires_arc": true,
"subspecs": [
{
"name": "extobjc",
"source_files": "Mantle/extobjc"
}
]
}