blob: b225a5b856a6c5fa8aec7f7792504cb2680ac608 [file] [log] [blame]
{
"name": "NEUtility",
"version": "0.0.1",
"summary": "Utility for iOS development",
"homepage": "https://github.com/NEIL0814/NEUtility",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NEIL": "522989049@qq.com"
},
"source": {
"git": "https://github.com/NEIL0814/NEUtility.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "NEUtility/*.{h,m}",
"public_header_files": "NEUtility/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MBProgressHUD": [
]
}
}