blob: ad706d6cdef0cb85803fca1637fa6793e23c8915 [file] [log] [blame]
{
"name": "WWZFoundation",
"version": "1.2.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.2.1"
},
"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": [
]
}
}
]
}