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