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