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