| { |
| "name": "PureCloudApiSdk", |
| "version": "0.0.1", |
| "summary": "Swift wrapper around the PureCloud Public API.", |
| "description": "This SDK provide access to the entire suite of PureCloud Public APIs.", |
| "homepage": "https://github.com/MyPureCloud/purecloud_api_sdk_ios.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Shashikant": "shashikant.more@inin.com" |
| }, |
| "source": { |
| "git": "https://github.com/MyPureCloud/purecloud_api_sdk_ios.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "PureCloudApiSdk/Classes/**/*", |
| "deprecated": true |
| } |