| { |
| "name": "SVRFClient", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "tvos": "9.0" |
| }, |
| "version": "1.4.0", |
| "source": { |
| "git": "https://github.com/Svrf/svrf-swift4-client.git", |
| "tag": "1.4.0" |
| }, |
| "authors": "SVRF", |
| "license": "MIT", |
| "homepage": "http://developers.svrf.com", |
| "summary": "SVRF API client", |
| "documentation_url": "https://github.com/SVRF/svrf-swift4-client", |
| "source_files": "SVRFClient/Classes/**/*.swift", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 4.8" |
| ] |
| }, |
| "swift_version": "4", |
| "deprecated_in_favor_of": "SvrfSDK" |
| } |