[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 9 / 2 / BLFoundation / 0.1.0 / BLFoundation.podspec.json
blob5b54ec18b9f139dc8ebd09d169e82b6eb166361f
2   "name": "BLFoundation",
3   "version": "0.1.0",
4   "summary": "基于 Foundation 的一些扩展",
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/BLFoundation.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/BLFoundation.h"
27   ],
28   "frameworks": [
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "pod_target_xcconfig": {
33     "SWIFT_VERSION": "4.0"
34   },
35   "pushed_with_swift_version": "4.0"