[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 4 / c / 9 / Buya / 1.0.0 / Buya.podspec.json
blob9788b02f89fb1da619fed52211677640885a3b98
2   "name": "Buya",
3   "version": "1.0.0",
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.0"
18   },
19   "swift_version": "4.2",
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.4"
32         ],
33         "RxCocoa": [
34           "~> 4.4"
35         ]
36       }
37     }
38   ]