[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.5.6.alpha / BLFoundation.podspec.json
blob2024f65d3d0d1ad2d3c3470010671ae70a72eca9
2   "name": "BLFoundation",
3   "version": "0.5.6.alpha",
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.6.alpha"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0",
20     "osx": "10.10",
21     "watchos": "2.0"
22   },
23   "public_header_files": [
24     "Sources/BLFoundation.h"
25   ],
26   "source_files": [
27     "Sources/*/**",
28     "Sources/**"
29   ],
30   "subspecs": [
31     {
32       "name": "String",
33       "source_files": "Sources/String/**"
34     },
35     {
36       "name": "Date",
37       "source_files": "Sources/Date/**"
38     },
39     {
40       "name": "Number",
41       "source_files": "Sources/Number/**"
42     },
43     {
44       "name": "URL",
45       "source_files": "Sources/URL/**"
46     },
47     {
48       "name": "Data",
49       "source_files": "Sources/Data/**"
50     },
51     {
52       "name": "Tools",
53       "source_files": "Sources/Tools/**"
54     }
55   ]