blob: 07b1d29ca16e6b7f2a5dc2a975cd2306f247374a [file] [log] [blame]
{
"name": "ZQExtension",
"version": "1.0.0",
"summary": "Extension",
"description": "Extension of some classes.",
"homepage": "https://github.com/huangzhiqiang2012/ZQExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huang_zhiqiang": "huang_zhiqiang2012@126.com"
},
"source": {
"git": "https://github.com/huangzhiqiang2012/ZQExtension.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ZQExtension/Classes/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
]
}