blob: a86b21981c7c3a6276b6583e80c7dcb8594e1439 [file] [log] [blame]
{
"name": "swift-zulip-api",
"version": "0.2.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/swift-zulip-api",
"source_files": "sources/SwiftZulipAPI",
"source": {
"git": "https://github.com/skunkmb/swift-zulip-api.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}