[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 6 / 2 / LN_Tools / 2.0.0 / LN_Tools.podspec.json
blob45af07a062e784701971a4eca982d149d2ab6701
2   "name": "LN_Tools",
3   "version": "2.0.0",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": "MIT",
8   "summary": "A tools is good for develop on iOS",
9   "homepage": "https://github.com/LionNeo/LN_Tools.git",
10   "authors": {
11     "Lion_Neo": "123624331@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/LionNeo/LN_Tools.git",
15     "tag": "2.0.0"
16   },
17   "description": "LN_Tools is a tools about develop on iOS",
18   "frameworks": [
19     "UIKit",
20     "CoreText",
21     "CoreGraphics",
22     "QuartzCore",
23     "CoreLocation"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "LN_Tools",
29       "source_files": "LN_Tools/**/*.{h,m}",
30       "public_header_files": "LN_Tools/**/*.{h}",
31       "dependencies": {
32         "LN_Tools/LN_Framework": [
34         ],
35         "YYKit": [
36           "~> 1.0.9"
37         ]
38       }
39     },
40     {
41       "name": "LN_Framework",
42       "ios": {
43         "vendored_frameworks": "LN_Framework/*.{framework}"
44       }
45     }
46   ]