blob: 7bdae15e51df7c8f1c25749eaf4ba6e6b02f29db [file] [log] [blame]
{
"name": "YYModel_FixWarnings",
"summary": "High performance model framework for iOS/OSX.",
"version": "1.0.5",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sun": "holaux@gmail.com"
},
"homepage": "https://github.com/oneofai/YYModel",
"platforms": {
"ios": "9.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/oneofai/YYModel.git",
"tag": "1.0.5"
},
"requires_arc": true,
"source_files": "YYModel/*.{h,m}",
"public_header_files": "YYModel/*.{h}",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}