blob: 24e9806d418b15ad44c65a6bc57e9698fbbc6597 [file] [log] [blame]
{
"name": "BackboneSwift",
"version": "0.0.16",
"summary": "BackboneSwift",
"requires_arc": true,
"platforms": {
"ios": "9.0",
"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.16"
},
"source_files": [
"BackboneSwift/src/*.{swift}",
"BackboneSwift/src/utils/*.{swift}"
],
"frameworks": "UIKit",
"dependencies": {
"SwiftyJSON": [
],
"Alamofire": [
"~> 3.5.0"
],
"PromiseKit/CorePromise": [
"~> 3.5.0"
]
}
}