| { |
| "name": "GGTools", |
| "version": "0.0.4", |
| "summary": "Tools that are often used.", |
| "description": "GGTools provides tools that are frequently used to make development easier and faster.", |
| "homepage": "https://github.com/KingLjk/GGTools", |
| "license": "MIT", |
| "authors": { |
| "李佳贵": "942513675@qq.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/KingLjk/GGTools.git", |
| "tag": "0.0.4" |
| }, |
| "source_files": [ |
| "GGTools/GGTools/**/*.{h,m}", |
| "GGTools/GGTools/**/**/*.{h,m}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "Foundation", |
| "CoreTelephony", |
| "SystemConfiguration" |
| ], |
| "requires_arc": true |
| } |