[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.5.7 / BLFoundation.podspec.json
blobd36f72dbfcbce862a35944e79f025a5f1296ab33
2   "name": "BLFoundation",
3   "version": "0.5.7",
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.5.7"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.10",
22     "watchos": "2.0"
23   },
24   "public_header_files": [
25     "Sources/BLFoundation.h"
26   ],
27   "source_files": [
28     "Sources/*.h"
29   ],
30   "subspecs": [
31     {
32       "name": "Device",
33       "source_files": "Sources/Device/*.swift",
34       "ios": {
35         "source_files": "Sources/Device/ios/*.swift"
36       }
37     },
38     {
39       "name": "Thread",
40       "source_files": "Sources/Thread/**"
41     },
42     {
43       "name": "String",
44       "source_files": "Sources/String/**"
45     },
46     {
47       "name": "Date",
48       "source_files": "Sources/Date/**"
49     },
50     {
51       "name": "Number",
52       "source_files": "Sources/Number/**"
53     },
54     {
55       "name": "URL",
56       "source_files": "Sources/URL/**"
57     },
58     {
59       "name": "Data",
60       "source_files": "Sources/Data/**"
61     },
62     {
63       "name": "Tools",
64       "source_files": "Sources/Tools/**"
65     }
66   ]