[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / b / LTxCamera / 0.0.5 / LTxCamera.podspec.json
blobc98ce5e720657a53e52cee5db3bac9e938fd2f03
2   "name": "LTxCamera",
3   "version": "0.0.5",
4   "summary": "拍照,小视频,扫码,二维码生成",
5   "license": "MIT",
6   "authors": {
7     "liangtong": "liangtongdev@163.com"
8   },
9   "homepage": "https://github.com/liangtongdev/LTxCamera",
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/liangtongdev/LTxCamera.git",
15     "tag": "0.0.5"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "subspecs": [
22     {
23       "name": "Common",
24       "source_files": "LTxCamera/Common/*.{h,m}",
25       "public_header_files": "LTxCamera/Common/*.h",
26       "resources": "LTxCamera/LTxCamera.bundle"
27     },
28     {
29       "name": "QRCode",
30       "source_files": "LTxCamera/CameraScan/*.{h,m}",
31       "public_header_files": "LTxCamera/CameraScan/*.h",
32       "dependencies": {
33         "LTxCamera/Common": [
35         ]
36       }
37     },
38     {
39       "name": "Shoot",
40       "source_files": "LTxCamera/CameraShoot/*.{h,m}",
41       "public_header_files": "LTxCamera/CameraShoot/*.h",
42       "dependencies": {
43         "LTxCamera/Common": [
45         ]
46       }
47     },
48     {
49       "name": "Core",
50       "source_files": "LTxCamera/LTxCamera.h",
51       "public_header_files": "LTxCamera/LTxCamera.h",
52       "dependencies": {
53         "LTxCamera/QRCode": [
55         ],
56         "LTxCamera/Shoot": [
58         ]
59       }
60     }
61   ]