blob: 9bf45c804de25960951583fc0d37931012c0da50 [file] [log] [blame]
{
"name": "Mantis",
"version": "1.2.0",
"summary": "A swift photo cropping tool which mimics Photo.app",
"description": "Mantis is a swift photo cropping tool which mimics Photo.app",
"homepage": "https://github.com/guoyingtao/Mantis",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Yingtao Guo": "guoyingtao@outlook.com"
},
"social_media_url": "http://twitter.com/guoyingtao",
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/guoyingtao/Mantis.git",
"tag": "1.2.0"
},
"source_files": "Sources/**/*.{h,swift}",
"resource_bundles": {
"Resource": [
"Sources/**/*.lproj/*.strings"
]
},
"info_plist": {
"CFBundleIdentifier": "com.echo.framework.Mantis"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "com.echo.framework.Mantis"
},
"swift_version": "5.0"
}