[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 8 / Skein / 0.3.0 / Skein.podspec.json
blob854175ce2b0150eef57e38cd3adcc3b36fc4c672
2   "name": "Skein",
3   "version": "0.3.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.3.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     }
37   ]