blob: b97086b810a0ed3f53ec4d27e5115295ca3a5c81 [file] [log] [blame]
{
"name": "BackboneSwift",
"version": "0.0.14",
"summary": "BackboneSwift",
"requires_arc": true,
"platforms": {
"ios": "8.4",
"tvos": "9.0"
},
"license": {
"type": "MIT",
"text": "@see README"
},
"authors": {
"Fernando Canon": "fernando.canon@starzplayarabia.com"
},
"homepage": "https://github.com/supersabbath/BackboneSwift",
"source": {
"git": "https://github.com/supersabbath/BackboneSwift.git",
"tag": "0.0.14"
},
"source_files": [
"BackboneSwift/src/*.{swift}",
"BackboneSwift/src/utils/*.{swift}"
],
"frameworks": "UIKit",
"dependencies": {
"SwiftyJSON": [
"~> 2.3.2"
],
"Alamofire": [
"~> 3.4.0"
],
"PromiseKit/CorePromise": [
"~> 3.2.0"
]
}
}