| { |
| "name": "EveryThing", |
| "version": "3.3.0", |
| "summary": "EveryThing是一个开发工具包", |
| "description": "EveryThing是一个开发工具包,包含了一些控件封装,工具类等,可加快开发速度。", |
| "homepage": "https://github.com/shang1219178163/EveryThing", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "BIN": "shang1219178163@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/shang1219178163/EveryThing.git", |
| "tag": "3.3.0" |
| }, |
| "source_files": "BN_Utils/**/*.{h,m}", |
| "public_header_files": "BN_Utils/*.{h}", |
| "subspecs": [ |
| { |
| "name": "BN_Category", |
| "source_files": "BN_Utils/BN_Category/*.{h,m}", |
| "public_header_files": "BN_Utils/BN_Category/*.h", |
| "dependencies": { |
| "MBProgressHUD": [ |
| |
| ] |
| } |
| } |
| ] |
| } |