[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 9 / 8 / Skein / 0.4.0 / Skein.podspec.json
blob85f8bc9305a6b2357f0902e8bf23f9188e7eeb0a
2   "name": "Skein",
3   "version": "0.4.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.4.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     }
41   ]