[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 5 / AZLPhotoBrowser / 0.7.9 / AZLPhotoBrowser.podspec.json
blob2a825f40d8fce674864f729f713345111831a215
2   "name": "AZLPhotoBrowser",
3   "version": "0.7.9",
4   "summary": "简单的图片浏览控件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/azusalee/AZLPhotoBrowser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "azusalee": "384433472@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/azusalee/AZLPhotoBrowser.git",
16     "tag": "0.7.9"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "AZLPhotoBrowser/Classes/Core/**/*",
25       "dependencies": {
26         "AZLExtend": [
28         ],
29         "AZLPhotoBrowser/EditTool": [
31         ]
32       }
33     },
34     {
35       "name": "SDExtend",
36       "source_files": "AZLPhotoBrowser/Classes/SDExtend/**/*",
37       "dependencies": {
38         "SDWebImage": [
40         ],
41         "AZLPhotoBrowser/Core": [
43         ]
44       },
45       "pod_target_xcconfig": {
46         "GCC_PREPROCESSOR_DEFINITIONS": "AZLSDExtend=1"
47       }
48     },
49     {
50       "name": "EditTool",
51       "source_files": "AZLPhotoBrowser/Classes/EditTool/**/*",
52       "dependencies": {
53         "AZLExtend": [
54           "~> 0.1.4"
55         ]
56       }
57     }
58   ]