blob: 1d1be289edbd09d3de4796507735cb2f6be2eaf2 [file] [log] [blame]
{
"name": "swift-zulip-api",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}