blob: 94e99cdbb8cc6fb9bf9eef960be4da3aaeaa9f96 [file] [log] [blame]
{
"name": "MyGaruSDK",
"version": "0.2.0",
"summary": "SDK for MyGaru.",
"description": "Protect user data",
"homepage": "https://github.com/mygaru-technologies-limited/mygarusdkios",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Oleg Agapov": "o.agapov@mygaru.com"
},
"source": {
"git": "https://github.com/mygaru-technologies-limited/mygarusdkios.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"vendored_frameworks": "MyGaruSDK/Frameworks/MyGaruSDK.framework",
"frameworks": [
"UIKit",
"CoreLocation",
"CoreAudio",
"EventKit",
"Contacts",
"Photos"
],
"dependencies": {
"RxSwift": [
"~> 4.4"
],
"RxCocoa": [
"~> 4.4"
],
"RxOptional": [
"~> 3.6"
],
"Alamofire": [
"~> 4.8"
],
"AlamofireImage": [
"~> 3.5"
],
"Moya": [
"~> 12.0"
],
"Moya/RxSwift": [
],
"ObjectMapper": [
"~> 3.4"
],
"Moya-ObjectMapper": [
"~> 2.8"
],
"Moya-ObjectMapper/RxSwift": [
],
"KeychainSwift": [
"~> 13.0"
],
"Starscream": [
"~> 3.1"
]
},
"swift_version": "5.0"
}