blob: 58cfad50215d06ab471e9aee85f448ee3fd77bde [file] [log] [blame]
{
"name": "PLVModel",
"summary": "High performance model framework for iOS/OSX.",
"version": "1.0.4",
"license": "MIT",
"authors": {
"ibireme": "ibireme@gmail.com"
},
"homepage": "http://git.polyv.net/ios/PLVModel",
"platforms": {
"ios": "6.0",
"osx": "10.7",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "http://git.polyv.net/ios/PLVModel",
"tag": "v1.0.4"
},
"requires_arc": true,
"source_files": "PLVModel/*.{h,m}",
"public_header_files": "PLVModel/*.{h}",
"frameworks": [
"Foundation",
"CoreFoundation"
]
}