blob: 8105d800d148ccacb79c138bebdf277cadb7c1d2 [file] [log] [blame]
{
"name": "ZetaPushSwift",
"version": "1.0.0",
"summary": "Swift client for ZetaPush",
"description": "Swift client for ZetaPush\nAllows dev to easily connect to ZetaPush Backend As A Service",
"homepage": "http://zetapush.com",
"license": "MIT",
"authors": {
"Morvan MikaeĢˆl": "morvan@zetapush.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zetapush/zetapush-swift.git",
"tag": "1.0.0"
},
"source_files": "ZetaPushSwift/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"dependencies": {
"Starscream": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 3.1"
],
"Alamofire": [
"~> 4.4"
],
"PromiseKit": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}