| { |
| "name": "RaisrSDK", |
| "version": "0.0.2", |
| "summary": "Raisr SDK Project", |
| "homepage": "http://raisr.org", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Nicky Thorne": "nicky.thorne@deliveryblueprints.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/deliveryblueprints/raisr-ios-sdk.git", |
| "tag": "v0.0.2" |
| }, |
| "source_files": "raisr-ios-sdk/**/*.{h,swift}", |
| "static_framework": true, |
| "dependencies": { |
| "CMPComapiFoundation": [ |
| "~> 2.0.1" |
| ], |
| "JWT": [ |
| |
| ], |
| "JWTDecode": [ |
| |
| ], |
| "Base64": [ |
| |
| ] |
| } |
| } |