blob: ba56d7b80992c55dbee978cebe8c2ee98c43d427 [file] [log] [blame]
{
"name": "WPMediaPicker",
"version": "0.9.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": "GPL",
"authors": {
"WordPress": "mobile@automattic.com"
},
"source": {
"git": "https://github.com/wordpress-mobile/MediaPicker-iOS.git",
"tag": "0.9.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"WPMediaPicker": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": [
"UIKit",
"Photos",
"AVFoundation",
"ImageIO"
]
}