blob: 8c196d4ba00b7a23b84164ef71251264116882ef [file] [log] [blame]
{
"name": "WPMediaPicker",
"version": "0.4.3",
"summary": "WPMediaPicker is an iOS controller that allows capture and picking of media assets.",
"description": " WPMediaPicker is an iOS controller that allows capture and picking of media assets.\n It allows:\n * Multiple selection of media.\n * Capture of new media while selecting\n",
"homepage": "https://github.com/wordpress-mobile/MediaPicker-iOS",
"screenshots": "https://raw.githubusercontent.com/wordpress-mobile/WPMediaPicker/master/screenshots_1.jpg",
"license": "MIT",
"authors": {
"WordPress": "mobile@automattic.com"
},
"source": {
"git": "https://github.com/wordpress-mobile/MediaPicker-iOS.git",
"tag": "0.4.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"WPMediaPicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"AssetsLibrary",
"AVFoundation"
],
"weak_frameworks": "Photos"
}