blob: 09de6cfcc3ccbdc3a41d504b0047b64b25af4fa1 [file] [log] [blame]
{
"name": "WWZKit",
"version": "1.1.1",
"summary": "A short description of WWZKit.",
"homepage": "https://github.com/ccwuzhou/WWZKit",
"license": "MIT",
"authors": {
"wwz": "wwz@zgkjd.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ccwuzhou/WWZKit.git",
"tag": "1.1.1"
},
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "WWZKit",
"subspecs": [
{
"name": "Model",
"source_files": "WWZKit/Model/*.{h,m}"
},
{
"name": "Controller",
"source_files": "WWZKit/Controller/*.{h,m}"
},
{
"name": "View",
"source_files": "WWZKit/View/*.{h,m}",
"dependencies": {
"WWZKit/WWZKit/Model": [
]
}
},
{
"name": "Cell",
"source_files": "WWZKit/Cell/*.{h,m}"
}
]
},
{
"name": "UIKit+WWZ",
"source_files": "UIKit+WWZ/*.{h,m}"
}
]
}