blob: c067603f211dcd340a24d2ba6abc50ebaf006bcf [file] [log] [blame]
{
"name": "MediaEditor",
"version": "1.0.1",
"summary": "An extensible Media Editor for iOS.",
"description": "An extensible Media Editor for iOS that allows editing single or multiple images.",
"homepage": "https://github.com/wordpress-mobile/MediaEditor-iOS.git",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"Automattic": "mobile@automattic.com"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"source": {
"git": "https://github.com/wordpress-mobile/MediaEditor-iOS.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"module_name": "MediaEditor",
"source_files": "Sources/**/*.{h,m,swift}",
"resources": "Sources/**/*.{storyboard}",
"resource_bundles": {
"MediaEditor": "Sources/**/*.{xcassets}"
},
"dependencies": {
"TOCropViewController": [
"~> 2.5.2"
]
},
"swift_version": "5.0"
}