[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 2 / 6 / b / LTxCamera / 0.0.7 / LTxCamera.podspec.json
blob2ba52e86aeee30d347bd4f112fba8f9cbfc78d65
2   "name": "LTxCamera",
3   "version": "0.0.7",
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.7"
16   },
17   "frameworks": [
18     "Foundation",
19     "UIKit"
20   ],
21   "subspecs": [
22     {
23       "name": "Model",
24       "source_files": "LTxCamera/Model/*.{h,m}",
25       "public_header_files": "LTxCamera/Model/*.h"
26     },
27     {
28       "name": "Common",
29       "source_files": "LTxCamera/Common/*.{h,m}",
30       "public_header_files": "LTxCamera/Common/*.h",
31       "resources": "LTxCamera/LTxCamera.bundle",
32       "dependencies": {
33         "LTxCamera/Model": [
35         ]
36       }
37     },
38     {
39       "name": "View",
40       "source_files": "LTxCamera/View/*.{h,m}",
41       "public_header_files": "LTxCamera/View/*.h",
42       "dependencies": {
43         "LTxCamera/Common": [
45         ]
46       }
47     },
48     {
49       "name": "Scan",
50       "source_files": "LTxCamera/Scan/*.{h,m}",
51       "public_header_files": "LTxCamera/Scan/*.h",
52       "dependencies": {
53         "LTxCamera/Common": [
55         ]
56       }
57     },
58     {
59       "name": "Shoot",
60       "source_files": "LTxCamera/Shoot/*.{h,m}",
61       "public_header_files": "LTxCamera/Shoot/*.h",
62       "dependencies": {
63         "LTxCamera/Common": [
65         ],
66         "LTxCamera/View": [
68         ]
69       }
70     },
71     {
72       "name": "Ablum",
73       "source_files": "LTxCamera/Ablum/*.{h,m}",
74       "public_header_files": "LTxCamera/Ablum/*.h",
75       "dependencies": {
76         "LTxCamera/Common": [
78         ],
79         "LTxCamera/View": [
81         ]
82       }
83     },
84     {
85       "name": "Core",
86       "source_files": "LTxCamera/LTxCamera.h",
87       "public_header_files": "LTxCamera/LTxCamera.h",
88       "dependencies": {
89         "LTxCamera/Scan": [
91         ],
92         "LTxCamera/Shoot": [
94         ],
95         "LTxCamera/Ablum": [
97         ],
98         "LTxCamera/View": [
100         ]
101       }
102     }
103   ]