blob: d34c1ca99a1fc6ad517ad24321f17c6adaa3fcb4 [file] [log] [blame]
{
"name": "MXImagePicker",
"version": "1.0.0",
"summary": "An image picker for iOS platform.",
"description": "The first stable version of MXImagePicker, an image picker for iOS platform.",
"homepage": "https://github.com/Meniny/MXImagePicker-in-Objective-C",
"license": "MIT",
"authors": "Elias Abel",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Meniny/MXImagePicker-in-Objective-C.git",
"tag": "1.0.0"
},
"source_files": "MXImagePicker/**/*.{h,m}",
"resources": "MXImagePicker/Resources/*",
"frameworks": [
"Foundation",
"UIKit",
"Photos"
],
"requires_arc": true
}