blob: 1ac0ea197c525f6bf9c17d25219527138e96728c [file] [log] [blame]
{
"name": "BSFrameworks",
"version": "0.1.4",
"summary": "图片选择器+图片预览完成",
"description": "自己封装的所有的常用工具类\n\n1、图片选择器,支持选择图片、图片预览、原图选择、相机拍照(完成)\n fature:增加选择媒体类型(未开始)\n \n2、图片预览控件,支持URL,PATH,IMAGE,支持混合预览(需要使用预览对象)(完成)\n fature:增加视频预览,增加图片缩放、移动、旋转手势(未开始)\n \n3、水印相机:使用AVFoundation框架自定义相机,拍照后图片添加水印(完成)\n fature: 调用相机即添加水印(未开始)\n \n4、轮播图:'2D/3D'(完成)",
"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.4",
"submodules": true
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
},
"subspecs": [
{
"name": "BSCategory",
"source_files": "BSFrameworks/Classes/BSCategory/**/*{.h,.m}",
"frameworks": [
"AVFoundation",
"UIKit"
]
},
{
"name": "BSPhotoFramework",
"source_files": "BSFrameworks/Classes/PhotoFramework/**/*{.h,.m}",
"frameworks": [
"Photos",
"AVFoundation"
],
"resources": "BSFrameworks/Assets/PhotoFramework/*",
"dependencies": {
"BSFrameworks/BSCategory": [
]
}
},
{
"name": "BSLooperView",
"source_files": "BSFrameworks/Classes/BSLooperView/**/*{.h,.m}",
"frameworks": [
"AVFoundation",
"UIKit"
],
"dependencies": {
"BSFrameworks/BSCategory": [
]
}
}
]
}