| { |
| "name": "KinBaseCompat", |
| "version": "0.1.1", |
| "summary": "Kin SDK for iOS", |
| "description": "The compatibility library implements the public surface layer to be a drop in replacement of the, now deprecated, kin-sdk-ios library.", |
| "homepage": "https://github.com/kinecosystem/kin-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Kik Engineering": "engineering@kik.com" |
| }, |
| "source": { |
| "git": "https://github.com/kinecosystem/kin-ios.git", |
| "tag": "0.1.1" |
| }, |
| "module_name": "KinSDK", |
| "swift_versions": "5.0", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "KinBaseCompat/KinBaseCompat/Src/**/*.swift", |
| "resources": "KinBaseCompat/KinBaseCompat/Src/KinBackupRestoreModule/*.{strings,xcassets}", |
| "dependencies": { |
| "KinBase": [ |
| "~> 0.1.0" |
| ], |
| "Sodium": [ |
| "0.8.0" |
| ] |
| }, |
| "swift_version": "5.0" |
| } |