{ | |
"name": "PPUtils", | |
"version": "1.0.0", | |
"summary": "常用的工具类", | |
"description": "PPUtils是iOS平台下常用的工具类", | |
"homepage": "https://github.com/MakePP/PPUtils", | |
"license": "MIT", | |
"authors": { | |
"user_name": "peng163199184@163.com" | |
}, | |
"platforms": { | |
"ios": "7.0" | |
}, | |
"source": { | |
"git": "https://github.com/MakePP/PPUtils.git", | |
"tag": "1.0.0" | |
}, | |
"source_files": "Tools/*.{h,m}", | |
"requires_arc": true | |
} |