[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.8.1 / BLFoundation.podspec.json
blob211aa0bf70774763bb6fc52529fff96d2ab951b4
2   "name": "BLFoundation",
3   "version": "0.8.1",
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.1"
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       "source_files": "Sources/Device/*.swift",
63       "ios": {
64         "source_files": "Sources/Device/ios/*.swift"
65       }
66     },
67     {
68       "name": "Custom",
69       "source_files": [
70         "Sources/Custom/*/**",
71         "Sources/Custom/*.swift"
72       ]
73     }
74   ]