[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / 8 / BLOCKv / 3.0.1 / BLOCKv.podspec.json
blob9d006c0c15cd7c8c01c97be073f6d71d19b1e810
2   "name": "BLOCKv",
3   "version": "3.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": "3.0.1"
16   },
17   "social_media_url": "https://twitter.com/blockv_io",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_version": "4.2",
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           "~> 6.0"
39         ],
40         "SwiftLint": [
41           "~> 0.26"
42         ],
43         "GenericJSON": [
44           "~> 1.2"
45         ]
46       }
47     },
48     {
49       "name": "Face",
50       "ios": {
51         "source_files": "BlockV/Face/**/*.{swift}"
52       },
53       "dependencies": {
54         "BLOCKv/Core": [
56         ],
57         "FLAnimatedImage": [
58           "~> 1.0"
59         ],
60         "Nuke": [
61           "~> 7.0"
62         ]
63       }
64     }
65   ]