blob: 82240153e84b1f61ced85731b7927d6655f09063 [file] [log] [blame]
{
"name": "YYModel",
"summary": "High performance model framework for iOS.",
"version": "0.9.7",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ibireme": "ibireme@gmail.com"
},
"social_media_url": "http://blog.ibireme.com",
"homepage": "https://github.com/ibireme/YYModel",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ibireme/YYModel.git",
"tag": "0.9.7"
},
"requires_arc": true,
"source_files": "YYModel/*.{h,m}",
"public_header_files": "YYModel/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation"
]
}