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