| { |
| "name": "HLToolkit", |
| "version": "0.1.0", |
| "summary": "HLToolkit is a collection of useful classes to develop Apps faster", |
| "homepage": "https://github.com/hailongiPhone/HLToolkit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "hailong_hh": "ghl_hh@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/hailongiPhone/HLToolkit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "HLToolkit/Classes/**/*.{h,m}", |
| "public_header_files": "HLToolkit/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |