[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / 4 / 9 / LFPhotoBrowser / 1.0.7 / LFPhotoBrowser.podspec.json
blob5341f143533dbcb5c5d06eb4c597aafa7a9e6290
2   "name": "LFPhotoBrowser",
3   "version": "1.0.7",
4   "summary": "A clone of UIImagePickerController, support picking multiple photos、 video and edit photo",
5   "homepage": "https://github.com/lincf0912/LFPhotoBrowser",
6   "license": "MIT",
7   "authors": {
8     "lincf0912": "dayflyking@163.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/lincf0912/LFPhotoBrowser.git",
15     "tag": "1.0.7",
16     "submodules": true
17   },
18   "requires_arc": true,
19   "resources": "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/class/*.bundle",
20   "source_files": [
21     "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/class/*.{h,m}",
22     "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/class/**/*.{h,m}"
23   ],
24   "public_header_files": [
25     "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/class/*.h",
26     "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/class/model/*.h",
27     "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/class/model/**/*.h",
28     "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/class/type/*.h"
29   ],
30   "dependencies": {
31     "SDWebImage/Core": [
32       "~> 3.8.2"
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "LFVideoPlayer",
38       "source_files": "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/vendors/LFVideoPlayer/*.{h,m}",
39       "public_header_files": "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/vendors/LFVideoPlayer/*.h"
40     },
41     {
42       "name": "LFActionSheet",
43       "source_files": [
44         "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/vendors/LFActionSheet/*.{h,m}",
45         "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/vendors/LFActionSheet/**/*.{h,m}"
46       ],
47       "public_header_files": "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/vendors/LFActionSheet/LFActionSheet.h"
48     },
49     {
50       "name": "LFLoadingView",
51       "source_files": "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/vendors/LFLoadingView/*.{h,m}",
52       "public_header_files": "LFPhotoBrowserDEMO/LFPhotoBrowserDEMO/vendors/LFLoadingView/*.h"
53     }
54   ]