blob: 447aecfb359aa08e5b9b8df4015cfc86932a6c50 [file] [log] [blame]
{
"name": "MantleObjC",
"version": "2.1.1",
"summary": "Model framework for Cocoa and Cocoa Touch.",
"description": "Model framework for Cocoa and Cocoa Touch. Update to lastest master (2020/01)",
"homepage": "https://github.com/github/Mantle.git",
"license": "MIT",
"authors": {
"Hai Feng Kao": "haifeng@cocoaspice.in"
},
"source": {
"git": "https://github.com/haifengkao/MantleObjC.git",
"tag": "2.1.1"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Mantle",
"subspecs": [
{
"name": "extobjc",
"source_files": "Mantle/extobjc",
"private_header_files": "Mantle/extobjc/*.h"
}
]
}