| { |
| "name": "FirePush", |
| "version": "0.1.1", |
| "summary": "A short description of FirePush.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/tthufo/FirePush", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "tthufo": "tthufo@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tthufo/FirePush.git", |
| "tag": "0.1.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "FirePush/Classes", |
| "public_header_files": "FirePush/Classes/*.h", |
| "dependencies": { |
| "Firebase/Core": [ |
| |
| ], |
| "Firebase/Messaging": [ |
| |
| ] |
| } |
| } |