[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 4 / CLImageEditor / 0.1.3 / CLImageEditor.podspec.json
blobc3c9b3e0b795a18fd376abbbaedff4b8d7342800
2   "name": "CLImageEditor",
3   "version": "0.1.3",
4   "summary": "CLImageEditor provides basic image editing features to iPhone apps.",
5   "homepage": "https://github.com/yackle/CLImageEditor",
6   "source": {
7     "git": "https://github.com/yackle/CLImageEditor.git",
8     "tag": "v0.1.3"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Sho Yakushiji": "sho.yakushiji@gmail.com"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "frameworks": [
22     "CoreGraphics",
23     "CoreImage",
24     "Accelerate"
25   ],
26   "header_mappings_dir": "CLImageEditor",
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": [
32         "CLImageEditor/*.{h,m,mm}",
33         "CLImageEditor/**/*.{h,m,mm}"
34       ],
35       "public_header_files": "CLImageEditor/*.h",
36       "resources": "CLImageEditor/*.bundle"
37     },
38     {
39       "name": "Dev",
40       "dependencies": {
41         "CLImageEditor/Core": [
43         ]
44       },
45       "public_header_files": [
46         "CLImageEditor/*/*.h",
47         "CLImageEditor/ImageTools/ToolSettings/*.h",
48         "CLImageEditor/ImageTools/CLFilterTool/CLFilterBase.h",
49         "CLImageEditor/ImageTools/CLEffectTool/CLEffectBase.h"
50       ]
51     },
52     {
53       "name": "AllTools",
54       "dependencies": {
55         "CLImageEditor/Core": [
57         ],
58         "CLImageEditor/StickerTool": [
60         ],
61         "CLImageEditor/EmoticonTool": [
63         ],
64         "CLImageEditor/ResizeTool": [
66         ],
67         "CLImageEditor/TextTool": [
69         ],
70         "CLImageEditor/SplashTool": [
72         ]
73       }
74     },
75     {
76       "name": "StickerTool",
77       "dependencies": {
78         "CLImageEditor/Core": [
80         ]
81       },
82       "source_files": "OptionalImageTools/CLStickerTool/*.{h,m,mm}",
83       "private_header_files": "OptionalImageTools/CLStickerTool/**.h"
84     },
85     {
86       "name": "EmoticonTool",
87       "dependencies": {
88         "CLImageEditor/Core": [
90         ]
91       },
92       "source_files": "OptionalImageTools/CLEmoticonTool/*.{h,m,mm}",
93       "private_header_files": "OptionalImageTools/CLEmoticonTool/**.h"
94     },
95     {
96       "name": "ResizeTool",
97       "dependencies": {
98         "CLImageEditor/Core": [
100         ]
101       },
102       "source_files": "OptionalImageTools/CLResizeTool/*.{h,m,mm}",
103       "private_header_files": "OptionalImageTools/CLResizeTool/**.h"
104     },
105     {
106       "name": "TextTool",
107       "dependencies": {
108         "CLImageEditor/Core": [
110         ]
111       },
112       "source_files": "OptionalImageTools/CLTextTool/*.{h,m,mm}",
113       "private_header_files": "OptionalImageTools/CLTextTool/**.h"
114     },
115     {
116       "name": "SplashTool",
117       "dependencies": {
118         "CLImageEditor/Core": [
120         ]
121       },
122       "source_files": "OptionalImageTools/CLSplashTool/*.{h,m,mm}",
123       "private_header_files": "OptionalImageTools/CLSplashTool/**.h"
124     }
125   ]