blob: 51737509e21b26e15a62e1c975f13066ae420f8f [file] [log] [blame]
{
"name": "SDModelHandle",
"version": "0.0.2",
"summary": "A Model handle framework",
"homepage": "https://github.com/jisudong555/SDModelHandle",
"license": "MIT",
"authors": {
"jisudong": "sudong@zaizhibo.tv"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/jisudong555/SDModelHandle.git",
"tag": "0.0.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "SDModelHandle",
"requires_arc": true,
"subspecs": [
{
"name": "Animal",
"source_files": "SDModelHandle/SD*.{h,m}"
}
]
}