[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.9.2 / BLFoundation.podspec.json
blob027dbb770f5392acdc705e08cea5b9e3e4dc4672
2   "name": "BLFoundation",
3   "version": "0.9.2",
4   "summary": "A set of useful categories for Foundation.",
5   "homepage": "https://github.com/linhay/BLFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "linhay": "is.linhay@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/linhay/BLFoundation.git",
15     "tag": "0.9.2"
16   },
17   "swift_versions": "5",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "osx": "10.10",
23     "watchos": "2.0"
24   },
25   "public_header_files": [
26     "Sources/BLFoundation.h"
27   ],
28   "source_files": [
29     "Sources/*.h"
30   ],
31   "swift_version": "5",
32   "subspecs": [
33     {
34       "name": "Coder",
35       "source_files": "Sources/Coder/*.swift"
36     },
37     {
38       "name": "NSObject",
39       "source_files": "Sources/NSObject/*.swift"
40     },
41     {
42       "name": "String",
43       "source_files": "Sources/String/*.swift"
44     },
45     {
46       "name": "Stdlib",
47       "source_files": "Sources/Stdlib/*.swift"
48     },
49     {
50       "name": "Date",
51       "source_files": "Sources/Date/*.swift"
52     },
53     {
54       "name": "URL",
55       "source_files": "Sources/URL/*.swift"
56     },
57     {
58       "name": "Data",
59       "source_files": "Sources/Data/*.swift"
60     },
61     {
62       "name": "Dispatch",
63       "source_files": "Sources/Dispatch/*.swift"
64     },
65     {
66       "name": "Device",
67       "watchos": {
68         "source_files": [
69           "Sources/Device/core/*.swift"
70         ]
71       },
72       "tvos": {
73         "source_files": [
74           "Sources/Device/core/*.swift"
75         ]
76       },
77       "osx": {
78         "source_files": [
79           "Sources/Device/core/*.swift"
80         ],
81         "frameworks": "SystemConfiguration"
82       },
83       "ios": {
84         "source_files": [
85           "Sources/Device/core/*.swift",
86           "Sources/Device/ios/*.swift"
87         ],
88         "frameworks": "SystemConfiguration"
89       }
90     },
91     {
92       "name": "Custom",
93       "source_files": [
94         "Sources/Custom/*/**",
95         "Sources/Custom/*.swift"
96       ]
97     }
98   ]