| { |
| "name": "KinBaseCompat", |
| "version": "0.2.0", |
| "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.2.0" |
| }, |
| "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.2.0" |
| ], |
| "Sodium": [ |
| "0.8.0" |
| ], |
| "gRPC-ProtoRPC": [ |
| |
| ], |
| "Protobuf": [ |
| |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1 GPB_GRPC_FORWARD_DECLARE_MESSAGE_PROTO=1", |
| "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES", |
| "USE_HEADERMAP": "NO", |
| "ALWAYS_SEARCH_USER_PATHS": "NO", |
| "USER_HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen", |
| "HEADER_SEARCH_PATHS": "$(PODS_ROOT)/KinGrpcApi/KinGrpcApi/gen" |
| }, |
| "swift_version": "5.0" |
| } |