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