[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / 3 / 5 / BLKit / 0.1.0 / BLKit.podspec.json
blobbc653245103d94761741a9184a604b8c09a894ba
2   "name": "BLKit",
3   "version": "0.1.0",
4   "summary": "基于 BlFoundation 对 UIKit 的一些扩展",
5   "homepage": "https://github.com/bigL055/BLFoundation",
6   "license": {
7     "type": "Apache License 2.0",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "lin": "linhan.bigl055@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/bigL055/BLKit.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source_files": [
21     "Sources/*/**",
22     "Sources/*/*/**",
23     "Sources/**"
24   ],
25   "public_header_files": [
26     "Sources/BLKit.h"
27   ],
28   "frameworks": [
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "BLFoundation": [
35     ]
36   },
37   "pod_target_xcconfig": {
38     "SWIFT_VERSION": "4.0"
39   },
40   "pushed_with_swift_version": "4.0"