[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / b / 0 / HLEditImage / 0.1.3 / HLEditImage.podspec.json
blobebd3a69bb194a19ce4798337ec95c9e530c5bc93
2   "name": "HLEditImage",
3   "version": "0.1.3",
4   "summary": "防微信图片编辑工具",
5   "description": "个人编辑图片练习 用了别人的开源代码",
6   "homepage": "https://github.com/alin94/HLEditImage.git",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "alin": "zhaohl@dogesoft.cn"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/alin94/HLEditImage.git",
19     "tag": "0.1.3"
20   },
21   "source_files": "HLEditImage/Classes/SLUtilsMacro.h",
22   "resource_bundles": {
23     "HLEditImage": [
24       "HLEditImage/Assets/*.png"
25     ]
26   },
27   "frameworks": [
28     "Foundation",
29     "UIKit"
30   ],
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "Tool",
35       "source_files": "HLEditImage/Classes/Tool/*.{h,m}"
36     },
37     {
38       "name": "Category",
39       "source_files": "HLEditImage/Classes/Category/*.{h,m}"
40     },
41     {
42       "name": "AnimateImageView",
43       "vendored_frameworks": "Vendor/WebP.framework",
44       "source_files": "HLEditImage/Classes/AnimateImageView/*.{h,m}"
45     },
46     {
47       "name": "View",
48       "dependencies": {
49         "HLEditImage/AnimateImageView": [
51         ],
52         "HLEditImage/Category": [
54         ]
55       },
56       "source_files": [
57         "HLEditImage/Classes/View/*.{h,m}",
58         "HLEditImage/Classes/SLUtilsMacro.h"
59       ]
60     },
61     {
62       "name": "Controller",
63       "dependencies": {
64         "HLEditImage/AnimateImageView": [
66         ],
67         "HLEditImage/Category": [
69         ],
70         "HLEditImage/Tool": [
72         ],
73         "HLEditImage/View": [
75         ]
76       },
77       "source_files": [
78         "HLEditImage/Classes/Controller/*.{h,m}",
79         "HLEditImage/Classes/SLUtilsMacro.h"
80       ]
81     }
82   ]