blob: 2c87c6d173a4f6194fc4ff464d94ebc1c7b3c6ae [file] [log] [blame]
{
"name": "SGPhotoTool",
"version": "1.0.0",
"summary": "a simple saving pictures tool",
"description": "a simple iOS tool to save pictures to custom albums",
"homepage": "https://github.com/install-b",
"authors": {
"ShangenZhang": "645256685@qq.com"
},
"license": "MIT",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/install-b/SGPhotoTool.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": "UIKit",
"requires_arc": true
}