blob: f510aa72c769a5b099b607fe2238fbff8b43d58b [file] [log] [blame]
{
"name": "Mantle",
"summary": "Model framework for Cocoa and Cocoa Touch.",
"homepage": "https://github.com/Mantle/Mantle",
"license": "MIT",
"authors": {
"Robert Böhnke": "robb@robb.is",
"David Caunt": "dcaunt@gmail.com",
"Jan Gorman": "gorman.jan@gmail.com"
},
"source": {
"git": "https://github.com/Mantle/Mantle.git",
"tag": "2.1.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "Mantle",
"version": "2.1.2",
"subspecs": [
{
"name": "extobjc",
"source_files": "Mantle/extobjc",
"private_header_files": "Mantle/extobjc/*.h"
}
]
}