blob: 4ae5f78f4f834464c347ffb615db4a97da156db0 [file] [log] [blame]
{
"name": "Backand-iOS-SDK",
"module_name": "Backand",
"version": "0.1.0",
"summary": "A Backand SDK for iOS.",
"description": "A simple SDK for interacting with the Backand REST API for iOS, written in Swift.",
"homepage": "https://github.com/jakelawson1/Backand-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jake Lawson": "jakelawson1@hotmail.com"
},
"source": {
"git": "https://github.com/jakelawson1/Backand-iOS-SDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 3.4"
],
"SwiftKeychainWrapper": [
]
}
}