| { |
| "name": "ELOPod", |
| "version": "0.1.5", |
| "summary": "Custom pod for personal usage.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/iphone1945/ELOPod", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Elon": "iphone1945@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/iphone1945/ELOPod.git", |
| "tag": "0.1.5" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "ELOPod/Classes/**/*", |
| "frameworks": "UIKit", |
| "subspecs": [ |
| { |
| "name": "SandBoxTool", |
| "source_files": "ELOPod/Classes/SandBoxTool/**/*", |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.0.1" |
| ], |
| "SSZipArchive": [ |
| "~> 2.1.4" |
| ] |
| }, |
| "frameworks": "UIKit" |
| } |
| ] |
| } |