[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / b / LTxCamera / 0.0.1 / LTxCamera.podspec.json
blobffab116ad0306e8b06318d6e04de265affea64f8
2   "name": "LTxCamera",
3   "version": "0.0.1",
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.1"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "LTxCamera/Common/*.{h,m}",
26       "public_header_files": "LTxCamera/Common/*.h",
27       "resources": "LTxCamera/LTxCamera.bundle"
28     },
29     {
30       "name": "Scan",
31       "source_files": "LTxCamera/CameraScan/*.{h,m}",
32       "public_header_files": "LTxCamera/CameraScan/*.h",
33       "dependencies": {
34         "LTxCamera/Core": [
36         ]
37       }
38     },
39     {
40       "name": "Shoot",
41       "source_files": "LTxCamera/CameraShoot/*.{h,m}",
42       "public_header_files": "LTxCamera/CameraShoot/*.h",
43       "dependencies": {
44         "LTxCamera/Core": [
46         ]
47       }
48     }
49   ]