blob: 8670d6fa236c8be16821fcc15a785b2f3ce08308 [file] [log] [blame]
{
"name": "AWHelper",
"version": "1.0.0",
"summary": "AWHelper is an Objective-C library for iOS developers,it provide a lot of easy-to-user api for iOS program.",
"homepage": "https://github.com/Weibin-Huang/AWHelper",
"license": "MIT (LICENSE)",
"authors": {
"AlanWong": "huangweibin2012@gmail.com"
},
"source": {
"git": "https://github.com/Weibin-Huang/AWHelper.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"AWHelper",
"AWHelper/**/*.{h,m}"
],
"exclude_files": "AWHelper_Demo",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}