blob: 49cd1b47517b5b7b23411c0539b99b0e4a3918b1 [file] [log] [blame]
{
"name": "NHExtension",
"version": "1.1.3",
"summary": "UIKit、Foundation的类扩展.",
"description": "常用的UIKit、Foundation的类扩展",
"homepage": "https://github.com/neghao/NHExtension.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"neghao_pro": "nenhall@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/neghao/NHExtension.git",
"tag": "1.1.3"
},
"source_files": "NHExtension/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"ImageIO"
],
"libraries": "z",
"requires_arc": true,
"dependencies": {
"DZNEmptyDataSet": [
]
}
}