[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 0 / 4 / CLImageEditor / 0.0.1 / CLImageEditor.podspec.json
blobb8e8ee91e349226b5c9edab72dc5c92cfab1131f
2   "name": "CLImageEditor",
3   "version": "0.0.1",
4   "summary": "CLImageEditor provides basic image editing features to iPhone apps.",
5   "homepage": "https://github.com/yackle/CLImageEditor",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Sho Yakushiji": "sho.yakushiji@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/yackle/CLImageEditor.git",
18     "tag": "v0.0.1"
19   },
20   "source_files": [
21     "CLImageEditor/*.{h,m,mm}",
22     "CLImageEditor/**/*.{h,m,mm}",
23     "CLImageEditor/ImageTools/**/*.{h,m,mm}",
24     "CLImageEditor/ImageTools/CLEffectTool/CLEffect/*.{h,m,mm}"
25   ],
26   "public_header_files": "CLImageEditor/CLImageEditor.h",
27   "resources": [
28     "CLImageEditor/*.bundle",
29     "CLImageEditor/ViewController/*.xib"
30   ],
31   "requires_arc": true