blob: 4ecb41001367a555a14957ed783584c2cd647046 [file] [log] [blame]
{
"name": "WPMediaPicker",
"version": "1.6.1-beta.2",
"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.\nIt allows:\n* Multiple selection of media.\n* Capture of new media while selecting",
"homepage": "https://github.com/wordpress-mobile/MediaPicker-iOS",
"screenshots": "https://raw.githubusercontent.com/wordpress-mobile/WPMediaPicker/master/screenshots_1.jpg",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"WordPress": "mobile@automattic.com",
"Sérgio Estêvão": "sergioestevao@gmail.com",
"James Frost": "james.frost@automattic.com"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"source": {
"git": "https://github.com/wordpress-mobile/MediaPicker-iOS.git",
"tag": "1.6.1-beta.2"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source_files": "Pod/Classes",
"resource_bundles": {
"WPMediaPicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"private_header_files": [
"Pod/Classes/WPDateTimeHelpers.h",
"Pod/Classes/WPImageExporter.h",
"Pod/Classes/UIViewController+MediaAdditions.h"
],
"frameworks": [
"UIKit",
"Photos",
"AVFoundation",
"ImageIO"
],
"swift_version": "5.0"
}