blob: c18f3df2b07c98aee0e8c15d38a0b80f11123cb3 [file] [log] [blame]
{
"name": "CWFoundation",
"version": "0.0.1",
"summary": "CWFoundation is a collection of utility methods and category extensions for Foundation and UIKit classes to accelerate development.",
"homepage": "https://github.com/guojiubo/CWFoundation",
"license": "MIT",
"authors": {
"guojiubo": "guojiubo@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/guojiubo/CWFoundation.git",
"tag": "0.0.1"
},
"source_files": "CWFoundation",
"frameworks": [
"Foundation",
"UIKit"
]
}