[Add] CookieOvenWebtoon 3.2.6
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.8.6 / BLFoundation.podspec.json
blob4df2b525aa5202a6439d3655884aa5dbd655f4df
2   "name": "BLFoundation",
3   "version": "0.8.6",
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.8.6"
16   },
17   "swift_version": "4.2",
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   "subspecs": [
32     {
33       "name": "Coder",
34       "source_files": "Sources/Coder/*.swift"
35     },
36     {
37       "name": "NSObject",
38       "source_files": "Sources/NSObject/*.swift"
39     },
40     {
41       "name": "String",
42       "source_files": "Sources/String/*.swift"
43     },
44     {
45       "name": "Stdlib",
46       "source_files": "Sources/Stdlib/*.swift"
47     },
48     {
49       "name": "Date",
50       "source_files": "Sources/Date/*.swift"
51     },
52     {
53       "name": "URL",
54       "source_files": "Sources/URL/*.swift"
55     },
56     {
57       "name": "Data",
58       "source_files": "Sources/Data/*.swift"
59     },
60     {
61       "name": "Device",
62       "watchos": {
63         "source_files": [
64           "Sources/Device/core/*.swift"
65         ]
66       },
67       "tvos": {
68         "source_files": [
69           "Sources/Device/core/*.swift"
70         ]
71       },
72       "osx": {
73         "source_files": [
74           "Sources/Device/core/*.swift"
75         ],
76         "frameworks": "SystemConfiguration"
77       },
78       "ios": {
79         "source_files": [
80           "Sources/Device/core/*.swift",
81           "Sources/Device/ios/*.swift"
82         ],
83         "frameworks": "SystemConfiguration"
84       }
85     },
86     {
87       "name": "Custom",
88       "source_files": [
89         "Sources/Custom/*/**",
90         "Sources/Custom/*.swift"
91       ]
92     }
93   ]