[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / c / 9 / Buya / 1.0.2 / Buya.podspec.json
blobaa105980a6721fc762642a6ee0232d64a4042d5e
2   "name": "Buya",
3   "version": "1.0.2",
4   "summary": "Network abstraction framework",
5   "homepage": "https://github.com/Puasonych/Buya",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Erik Basargin": "basargin.erik@gmail.com",
12     "Kirill Saltykov": "kirill.salti@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/Puasonych",
15   "source": {
16     "git": "https://github.com/Puasonych/Buya.git",
17     "tag": "1.0.2"
18   },
19   "swift_version": "5",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Buya/**/*.swift",
28       "frameworks": "Foundation",
29       "dependencies": {
30         "RxSwift": [
31           "~> 4.5"
32         ],
33         "RxCocoa": [
34           "~> 4.5"
35         ]
36       }
37     }
38   ]