blob: 50a5471931a127bda493d6699830739bf4ea156d [file] [log] [blame]
{
"name": "PXUtils",
"version": "2.0.1",
"summary": "iOS开发工具类",
"homepage": "http://github.com/DemonArrow/PXUtils.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DemonArrow": "qipengxiang1990@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/DemonArrow/PXUtils.git",
"tag": "2.0.1"
},
"source_files": "PXUtils/*.{h,m}",
"dependencies": {
"YYWebImage": [
"~> 1.0.5"
]
},
"requires_arc": true,
"subspecs": [
{
"name": "PXObject",
"source_files": "PXUtils/PXObject/**/*.{h,m}"
},
{
"name": "PXKit",
"source_files": "PXUtils/PXKit/**/*.{h,m}"
},
{
"name": "PXDebug",
"source_files": "PXUtils/PXDebug/*.{h,m}"
},
{
"name": "PXSecurity",
"source_files": "PXUtils/PXSecurity/*.{h,m}"
}
]
}