| { |
| "name": "LPAUIKit", |
| "version": "0.1.3", |
| "summary": "A short description of LPAUIKit.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/leeping610/LPAUIKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "leeping610": "liping_000@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/leeping610/LPAUIKit.git", |
| "tag": "0.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "LPAUIKit/Classes/**/*", |
| "resource_bundles": { |
| "LPAUIKit": [ |
| "LPAUIKit/Assets/*.png" |
| ] |
| }, |
| "dependencies": { |
| "Masonry": [ |
| |
| ], |
| "MBProgressHUD": [ |
| |
| ], |
| "MJRefresh": [ |
| |
| ] |
| } |
| } |