[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / d / VK+Extended / 2.1.0 / VK+Extended.podspec.json
blob9838a33eceb7c1eae190ac3200a3799122c9a4b5
2   "name": "VK+Extended",
3   "version": "2.1.0",
4   "summary": "vk.com api on swift",
5   "description": "vk.com api on swift. decodable, moya, rxswift",
6   "homepage": "https://github.com/iwheelbuy/VK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "iWheelBuy": "iwheelbuy@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/iwheelbuy/VK.git",
16     "tag": "2.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0.3"
23   },
24   "default_subspecs": "Base",
25   "subspecs": [
26     {
27       "name": "Base",
28       "source_files": "VK/Base+Extended/**/*.swift",
29       "dependencies": {
30         "VK/Base": [
32         ]
33       }
34     },
35     {
36       "name": "Api",
37       "source_files": [
38         "VK/Api+Extended/**/*.swift",
39         "VK/Base+Extended/**/*.swift"
40       ],
41       "dependencies": {
42         "VK/Api": [
44         ]
45       }
46     }
47   ]