blob: 57f81160c1e960c00d64a5f0f6d99088be1cf61f [file] [log] [blame]
{
"name": "Mantis",
"version": "0.27",
"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"
},
"source": {
"git": "https://github.com/guoyingtao/Mantis.git",
"tag": "0.27"
},
"source_files": "Mantis/**/*.{h,swift}",
"resource_bundles": {
"Resource": [
"Mantis/**/*.lproj/*.strings"
]
}
}