blob: e9a317b9ec7b32e76e052054736bee338ffbe035 [file] [log] [blame]
{
"name": "ArtikCloudSwift",
"version": "4.2.1",
"summary": "ARTIK Cloud SDK for iOS, tvOS, watchOS & macOS, fully written in Swift.",
"homepage": "https://github.com/artikcloud/artikcloud-swift",
"license": {
"type": "Apache License, Version 2.0"
},
"authors": {
"ARTIK Cloud": "support@artik.cloud"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/artikcloud/artikcloud-swift.git",
"tag": "4.2.1"
},
"source_files": "Source/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 4.7.1"
],
"PromiseKit": [
"6.2.3"
],
"ObjectMapper": [
"~> 3.1.0"
],
"CryptoSwift": [
"~> 0.9.0"
],
"Starscream": [
"~> 3.0.5"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"cocoapods_version": ">= 1.1"
}