[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 8 / Skein / 0.5.0 / Skein.podspec.json
blobb77e5ec0fa7cc2d6f73fc48c51c6065bbdfcbdb4
2   "name": "Skein",
3   "version": "0.5.0",
4   "summary": "🚀👩‍💻",
5   "description": "Skein is a set of Swift extensions, utilities and components that aimed to speed up application development.",
6   "homepage": "https://github.com/skeinkit/Skein",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rozd": "max.rozdobudko@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/skeinkit/Skein.git",
16     "tag": "0.5.0"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Extensions",
23   "subspecs": [
24     {
25       "name": "Extensions",
26       "subspecs": [
27         {
28           "name": "Foundation",
29           "source_files": "Source/Extensions/Foundation"
30         },
31         {
32           "name": "UI",
33           "source_files": "Source/Extensions/UI"
34         },
35         {
36           "name": "Crypto",
37           "source_files": "Source/Extensions/Crypto"
38         },
39         {
40           "name": "ReactiveSwift",
41           "source_files": "Source/Extensions/ReactiveSwift",
42           "dependencies": {
43             "Result": [
45             ],
46             "ReactiveSwift": [
48             ]
49           }
50         }
51       ]
52     }
53   ]