blob: f46c1c6ef2ddbcc5f4e4e034f39006c66f8deb0d [file] [log] [blame]
{
"name": "BSFrameworks",
"version": "0.1.1",
"summary": "图片预览+相机拍照(水印)",
"description": "自己封装的所有的常用工具类\n1、图片选择器,支持选择图片、视频 (以后可能追加 视频+图片 混合添加的功能)\n2、图片预览控件+视频预览控件",
"homepage": "https://github.com/BlackStarLang/BSFramework.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"blackstar_lang@163.com": "langzq@sqbj.com"
},
"source": {
"git": "https://github.com/BlackStarLang/BSFramework.git",
"tag": "0.1.1",
"submodules": true
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
},
"subspecs": [
{
"name": "BSPhotoFramework",
"source_files": "BSFrameworks/Classes/PhotoFramework/**/*{.h,.m}",
"frameworks": [
"Photos",
"AVFoundation"
],
"resources": "BSFrameworks/Assets/PhotoFramework/*"
}
]
}