| { |
| "name": "PrimedSwift", |
| "version": "0.0.1", |
| "summary": "IOS SDK for retrieving predictions from the Primed Backend, as well as track behavior", |
| "description": "IOS SDK for retrieving predictions from the Primed Backend, as well as track behavior.", |
| "homepage": "https://gitlab.com/primedio/delivery-primedios-swift", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "PrimedIO": "info@primed.io" |
| }, |
| "source": { |
| "git": "https://gitlab.com/primedio/delivery-primedios-swift.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "PrimedSwift/Classes/**/*.swift", |
| "swift_versions": "4.2", |
| "frameworks": [ |
| "SystemConfiguration", |
| "UIKit", |
| "CoreLocation" |
| ], |
| "dependencies": { |
| "Socket.IO-Client-Swift": [ |
| |
| ], |
| "CryptoSwift": [ |
| |
| ], |
| "Alamofire": [ |
| |
| ] |
| }, |
| "swift_version": "4.2" |
| } |