blob: a33fea2a0ed9222f98a852762aee5c3eb911561e [file] [log] [blame]
{
"name": "NHExtension",
"version": "1.1.1",
"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.1"
},
"source_files": "NHExtension/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"ImageIO"
],
"libraries": "z",
"requires_arc": true,
"dependencies": {
"DZNEmptyDataSet": [
],
"UIView+MGBadgeView": [
]
}
}