blob: 2c389a66f66df889dc26809c096b5d772e590c1e [file] [log] [blame]
{
"name": "BackboneSwift",
"version": "0.0.4",
"summary": "BackboneSwift",
"requires_arc": true,
"platforms": {
"ios": "8.1",
"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.4"
},
"source_files": [
"BackboneSwift/src/*.{swift}",
"BackboneSwift/src/utils/*.{swift}"
],
"frameworks": "UIKit",
"dependencies": {
"SwiftyJSON": [
"~> 2.3.2"
],
"Alamofire": [
"~> 3.0"
],
"PromiseKit": [
"~> 3.0.2"
]
}
}