[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / b / 0 / LNBase / 0.0.1 / LNBase.podspec.json
blob8f4bedf6a2eaf981cdfd33f1c036935fc27d7089
2   "name": "LNBase",
3   "version": "0.0.1",
4   "summary": "流年的基础框架LNBase",
5   "description": "流年的基础框架LNBase,包括常用分类、工具类等。",
6   "homepage": "https://github.com/Fleetingz/LNBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangqiang": "613555114@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/Fleetingz/LNBase.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "VALID_ARCHS": "x86_64 armv7 arm64"
23   },
24   "dependencies": {
25     "Masonry": [
27     ],
28     "YYModel": [
30     ],
31     "YYText": [
33     ],
34     "SVProgressHUD": [
36     ]
37   },
38   "subspecs": [
39     {
40       "name": "LNUtils",
41       "source_files": "LNBase/Classes/LNUtils/*.{h,m}"
42     }
43   ]