blob: 7318f1cc36093fc025ae5efcd3a5b574c84cfe9e [file] [log] [blame]
{
"name": "MastodonClient",
"version": "1.0.1",
"summary": "A Swift / RxSwift / Moya / Gloss based API client for Mastodon instances.",
"description": "This client can be used to interact with Mastodon instances. It`s recommended to be used with RxSwift.",
"homepage": "https://github.com/kimar/Mastodon.swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"git": "marcus@kida.io"
},
"source": {
"git": "https://github.com/kimar/Mastodon.swift.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MastodonClient/Classes/**/*",
"dependencies": {
"Moya/RxSwift": [
"~> 8.0.3"
],
"Moya-Gloss/RxSwift": [
"~> 2.0.0"
]
},
"pushed_with_swift_version": "3.0"
}