| { |
| "name": "KarhooSDK", |
| "version": "1.2.2", |
| "summary": "Karhoo Network SDK", |
| "homepage": "https://developer.karhoo.com/docs/build-apps-using-sdks", |
| "license": "BSD 2-Clause", |
| "authors": { |
| "Karhoo": "ios@karhoo.com" |
| }, |
| "source": { |
| "git": "https://github.com/karhoo/karhoo-ios-sdk.git", |
| "tag": "1.2.2" |
| }, |
| "source_files": "KarhooSDK/**/*.swift", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "requires_arc": true, |
| "swift_versions": "5.0", |
| "dependencies": { |
| "ReachabilitySwift": [ |
| "5.0.0" |
| ], |
| "KeychainSwift": [ |
| "12.0.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |