[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 0 / d / VK+Extended / 2.0.1 / VK+Extended.podspec.json
blobb9664b7de97bcef446f861260878dabd0284c487
2   "name": "VK+Extended",
3   "version": "2.0.1",
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.0.1"
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   ]