blob: 85cef3f1e5f68b9dd2af3ffcc39c8c3cc2c3e554 [file] [log] [blame]
{
"name": "WWZFoundation",
"version": "1.1.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.1.1"
},
"requires_arc": true,
"frameworks": "UIKit",
"subspecs": [
{
"name": "WWZFoundation",
"source_files": "WWZFoundation/*.{h,m}"
},
{
"name": "Foundation+WWZ",
"source_files": "Foundation+WWZ/*.{h,m}"
}
]
}