[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.8.0 / BLFoundation.podspec.json
blobb75fa15854e69d45d590eaf8a88e978b11cdb8aa
2   "name": "BLFoundation",
3   "version": "0.8.0",
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.0"
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": "Device",
42       "source_files": "Sources/Device/*.swift",
43       "ios": {
44         "source_files": "Sources/Device/ios/*.swift"
45       }
46     },
47     {
48       "name": "Thread",
49       "source_files": "Sources/Thread/**"
50     },
51     {
52       "name": "Custom",
53       "source_files": "Sources/Custom/*/**"
54     },
55     {
56       "name": "String",
57       "source_files": "Sources/String/**"
58     },
59     {
60       "name": "Stdlib",
61       "source_files": "Sources/Stdlib/**"
62     },
63     {
64       "name": "Date",
65       "source_files": "Sources/Date/**"
66     },
67     {
68       "name": "URL",
69       "source_files": "Sources/URL/**"
70     },
71     {
72       "name": "Data",
73       "source_files": "Sources/Data/**"
74     },
75     {
76       "name": "Tools",
77       "source_files": "Sources/Tools/**"
78     }
79   ]