| { |
| "name": "PSPush", |
| "version": "0.1.8", |
| "summary": "A set of tools allowing you to register for push, handle a deep link or register segments.", |
| "homepage": "http://pagesuite.com", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Matt Beaney": "matt.beaney@pagesuite.co.uk" |
| }, |
| "source": { |
| "git": "https://bitbucket.org/developers/pspush", |
| "tag": "0.1.8" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PSPush/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| |
| ] |
| }, |
| "resources": [ |
| "PSPush/Storyboards/**/*.storyboard" |
| ], |
| "pushed_with_swift_version": "3.0" |
| } |