[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.5.0 / BLFoundation.podspec.json
blobc6fb8923ebfefa7bf9a658084536e4b17c5f3ef6
2   "name": "BLFoundation",
3   "version": "0.5.0",
4   "summary": "Foundation extersion",
5   "description": "Foundation extersion without nothing",
6   "homepage": "https://github.com/linhay/BLFoundation",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "linhey": "linhan.linhey@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/linhay/BLFoundation.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "Sources/*/**",
23     "Sources/**"
24   ],
25   "public_header_files": "Sources/BLFoundation.h",
26   "subspecs": [
27     {
28       "name": "String",
29       "source_files": "Sources/String/**"
30     },
31     {
32       "name": "Date",
33       "source_files": "Sources/Date/**"
34     },
35     {
36       "name": "Number",
37       "source_files": "Sources/Number/**"
38     },
39     {
40       "name": "URL",
41       "source_files": "Sources/URL/**"
42     },
43     {
44       "name": "Data",
45       "source_files": "Sources/Data/**"
46     },
47     {
48       "name": "Tools",
49       "source_files": "Sources/Tools/**"
50     }
51   ]