[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 5 / AZLPhotoBrowser / 0.6.0 / AZLPhotoBrowser.podspec.json
blobdd51bf73b48eb1a39ef8e3bd10199889d909b200
2   "name": "AZLPhotoBrowser",
3   "version": "0.6.0",
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.6.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "AZLPhotoBrowser/Classes/Core/**/*",
25       "dependencies": {
26         "SDWebImage": [
28         ],
29         "AZLExtend": [
31         ],
32         "AZLPhotoBrowser/EditTool": [
34         ]
35       }
36     },
37     {
38       "name": "EditTool",
39       "source_files": "AZLPhotoBrowser/Classes/EditTool/**/*",
40       "dependencies": {
41         "AZLExtend": [
42           "~> 0.1.4"
43         ]
44       }
45     }
46   ]