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