[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.6.0 / BLFoundation.podspec.json
blob71cbbb99dcadaa69cccbcb795b827808568d359c
2   "name": "BLFoundation",
3   "version": "0.6.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.6.0"
16   },
17   "swift_version": "4.0",
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": "Device",
34       "source_files": "Sources/Device/*.swift",
35       "ios": {
36         "source_files": "Sources/Device/ios/*.swift"
37       }
38     },
39     {
40       "name": "Thread",
41       "source_files": "Sources/Thread/**"
42     },
43     {
44       "name": "EventBus",
45       "source_files": "Sources/EventBus/**"
46     },
47     {
48       "name": "String",
49       "source_files": "Sources/String/**"
50     },
51     {
52       "name": "Date",
53       "source_files": "Sources/Date/**"
54     },
55     {
56       "name": "Number",
57       "source_files": "Sources/Number/**"
58     },
59     {
60       "name": "URL",
61       "source_files": "Sources/URL/**"
62     },
63     {
64       "name": "Data",
65       "source_files": "Sources/Data/**"
66     },
67     {
68       "name": "Tools",
69       "source_files": "Sources/Tools/**"
70     }
71   ]