blob: ceb315ac70e95b6facc6943d8be2526f08570e4a [file] [log] [blame]
{
"name": "HHBackand-iOS-SDK",
"module_name": "Backand",
"version": "0.1.1",
"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/haijianhuo/HHBackand-iOS-SDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Haijian Huo": "haihuo@yahoo.com"
},
"source": {
"git": "https://github.com/haijianhuo/HHBackand-iOS-SDK.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**",
"frameworks": "Foundation",
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"SwiftKeychainWrapper": [
"~> 3.0.1"
]
},
"pushed_with_swift_version": "3.0"
}