blob: d17687d9ab0afb333b302e923afaf205cd9ee1ae [file] [log] [blame]
{
"name": "zulip-swift",
"version": "0.1.1",
"summary": "A library to access the Zulip API with Swift.",
"license": {
"type": "MIT"
},
"authors": {
"Marco Burstein": "theskunkmb@gmail.com"
},
"homepage": "https://github.com/skunkmb/zulip-swift",
"source_files": "sources/ZulipSwift",
"source": {
"git": "https://github.com/skunkmb/zulip-swift.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"deprecated_in_favor_of": "swift-zulip-api"
}