blob: b87005c37bc15f4a79165c682871ebc71fe6c930 [file] [log] [blame]
{
"name": "PEPhotoCropEditor",
"version": "1.0.0",
"summary": "Image cropping library for iOS, similar to the Photos.app UI.",
"homepage": "https://github.com/kishikawakatsumi/PEPhotoCropEditor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kishikawakatsumi": "kishikawakatsumi@mac.com"
},
"source": {
"git": "https://github.com/kishikawakatsumi/PEPhotoCropEditor.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "Lib/*",
"resources": "Resources/*.png",
"frameworks": [
"QuartzCore",
"AVFoundation"
],
"requires_arc": true
}