[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 7 / 6 / 8 / BLOCKv / 2.0.1 / BLOCKv.podspec.json
blob8c5cf097c3a9ecc8022c75c9149557aabde0106f
2   "name": "BLOCKv",
3   "version": "2.0.1",
4   "summary": "The BLOCKv SDK allows you to easily integrate your apps into the BLOCKv Platform.",
5   "homepage": "https://blockv.io",
6   "license": {
7     "type": "BLOCKv AG",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "BLOCKv": "developer.blockv.io"
12   },
13   "source": {
14     "git": "https://github.com/BLOCKvIO/ios-sdk.git",
15     "tag": "2.0.1"
16   },
17   "social_media_url": "https://twitter.com/blockv_io",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.1",
22   "default_subspecs": "Face",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "BlockV/Core/**/*.{swift}",
27       "dependencies": {
28         "Alamofire": [
29           "~> 4.7"
30         ],
31         "Starscream": [
32           "~> 3.0"
33         ],
34         "JWTDecode": [
35           "~> 2.1"
36         ],
37         "Signals": [
38           "~> 5.0"
39         ],
40         "SwiftLint": [
41           "~> 0.26"
42         ]
43       }
44     },
45     {
46       "name": "Face",
47       "ios": {
48         "source_files": "BlockV/Face/**/*.{swift}"
49       },
50       "dependencies": {
51         "BLOCKv/Core": [
53         ],
54         "FLAnimatedImage": [
55           "~> 1.0"
56         ],
57         "Nuke": [
58           "~> 7.0"
59         ]
60       }
61     }
62   ]