blob: 6f19190c504420cd2c54c63cf59bbea7e5bb0728 [file] [log] [blame]
{
"name": "PXUtils",
"version": "1.1.0",
"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": "1.1.0"
},
"source_files": "PXUtils/*.h",
"dependencies": {
"YYWebImage": [
"~> 1.0.5"
]
},
"requires_arc": true,
"subspecs": [
{
"name": "NSObject",
"source_files": "PXUtils/NSObject/**/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "PXUtils/UIKit/**/*.{h,m}"
}
]
}