blob: ee30e4b6ceddfdaf76def004446db3c69258116c [file] [log] [blame]
{
"name": "WPMediaPicker",
"version": "1.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.2"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"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"
],
"frameworks": [
"UIKit",
"Photos",
"AVFoundation",
"ImageIO"
]
}