blob: 8c41b949ddacea2dd9df18d5239a4a20e947a3e2 [file] [log] [blame]
{
"name": "ZetaPushSwift",
"version": "1.0.14",
"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"
},
"social_media_url": "http://twitter.com/zetapush",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zetapush/zetapush-swift.git",
"tag": "1.0.14"
},
"source_files": "ZetaPushSwift/**/*.{swift}",
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"dependencies": {
"Starscream": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 3.1"
],
"PromiseKit": [
"~> 4.3"
],
"XCGLogger": [
"~> 5.0.1"
],
"Gloss": [
"~> 2.0"
]
}
}