blob: b850363c3e8d6dbd016e730c6ebd17075f2c900d [file] [log] [blame]
{
"name": "PhotoAlphaSDK",
"version": "2.0.0",
"summary": "a objective-c project",
"description": "一个可以从相册选取图片,并通过滑动屏幕改变其透明度的插件,双击屏幕可退出",
"homepage": "https://github.com/StarrYMSkY/PhotoAlphaSDK",
"license": "MIT",
"authors": {
"StarrYMSkY": "1205822417@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/StarrYMSkY/PhotoAlphaSDK.git",
"tag": "2.0.0"
},
"source_files": "KZZPhotoAlpha/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"Photos"
],
"requires_arc": true
}