blob: b8e8ee91e349226b5c9edab72dc5c92cfab1131f [file] [log] [blame]
{
"name": "CLImageEditor",
"version": "0.0.1",
"summary": "CLImageEditor provides basic image editing features to iPhone apps.",
"homepage": "https://github.com/yackle/CLImageEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sho Yakushiji": "sho.yakushiji@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/yackle/CLImageEditor.git",
"tag": "v0.0.1"
},
"source_files": [
"CLImageEditor/*.{h,m,mm}",
"CLImageEditor/**/*.{h,m,mm}",
"CLImageEditor/ImageTools/**/*.{h,m,mm}",
"CLImageEditor/ImageTools/CLEffectTool/CLEffect/*.{h,m,mm}"
],
"public_header_files": "CLImageEditor/CLImageEditor.h",
"resources": [
"CLImageEditor/*.bundle",
"CLImageEditor/ViewController/*.xib"
],
"requires_arc": true
}