blob: 512be974c44cb1f81dfae7b5f9e8076aab642c92 [file] [log] [blame]
{
"name": "SDModelHandle",
"version": "0.0.4",
"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.4"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "SDModelHandle",
"requires_arc": true,
"subspecs": [
{
"name": "Car",
"source_files": "SDModelHandle/SD{Trunk,Car}Manager.{h,m}"
},
{
"name": "Jee",
"source_files": "SDModelHandle/JEE{Cat,Dog}Manager.{h,m}"
},
{
"name": "Dog",
"source_files": "SDModelHandle/{JEE,SD}Dog.{h,m}"
}
]
}