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