blob: d36d62af8582daa25f5db940349cde6c80141cd7 [file] [log] [blame]
{
"name": "WWZFoundation",
"version": "1.0.1",
"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.1"
},
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "Category",
"source_files": "WWZFoundation/Category/*.{h,m}"
},
{
"name": "Model",
"source_files": "WWZFoundation/Model/*.{h,m}",
"dependencies": {
"WWZFoundation/Category": [
]
}
}
]
}