blob: 1d569fb47cd8f4acf24509778b56bf931f888cad [file] [log] [blame]
{
"name": "ChuteSDK-iOS",
"version": "1.0.0",
"summary": "iOS SDK for developing apps using the Chute Platform.",
"homepage": "http://getchute.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oliver Dimitrov": "oliver.dimitrov@getchute.com"
},
"source": {
"git": "https://github.com/chute/Chute-SDK-iOS.git",
"tag": "1.0.0"
},
"requires_arc": "true",
"platforms": {
"ios": "9.0"
},
"source_files": "Chute-SDK-iOS/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"AlamofireObjectMapper": [
"~> 4.1"
],
"SwiftKeychainWrapper": [
"~> 3.0"
]
},
"pushed_with_swift_version": "3.0"
}