blob: 79ecb4df3ecf47ce7550b2b8b5e779511ae284f6 [file] [log] [blame]
{
"name": "SXPhotoEditor",
"version": "0.0.9",
"summary": "Basic image editor library",
"description": "A tinny photo editor in Objective C, based on LFMediaEditingController",
"homepage": "https://github.com/banvanba/SXPhotoEditor",
"license": "MIT",
"authors": {
"Ba Ban": "ba.ban@unseen.is"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/banvanba/SXPhotoEditor.git",
"tag": "0.0.9"
},
"source_files": "SXPhotoEditor/Classes/**/*.{h,m}",
"resources": [
"SXPhotoEditor/Classes/common/LFMediaEditingController.bundle",
"SXPhotoEditor/Classes/vendors/LFTipsGuideView/LFTipsGuideView.bundle",
"SXPhotoEditor/Classes/vendors/LFEasyNoticeBar/LFEasyNoticeBar.bundle"
],
"requires_arc": true
}