[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 0 / e / 7 / BSFrameworks / 0.1.1 / BSFrameworks.podspec.json
blobf46c1c6ef2ddbcc5f4e4e034f39006c66f8deb0d
2   "name": "BSFrameworks",
3   "version": "0.1.1",
4   "summary": "图片预览+相机拍照(水印)",
5   "description": "自己封装的所有的常用工具类\n1、图片选择器,支持选择图片、视频 (以后可能追加 视频+图片 混合添加的功能)\n2、图片预览控件+视频预览控件",
6   "homepage": "https://github.com/BlackStarLang/BSFramework.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "blackstar_lang@163.com": "langzq@sqbj.com"
13   },
14   "source": {
15     "git": "https://github.com/BlackStarLang/BSFramework.git",
16     "tag": "0.1.1",
17     "submodules": true
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "Masonry": [
25     ],
26     "SDWebImage": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "BSPhotoFramework",
33       "source_files": "BSFrameworks/Classes/PhotoFramework/**/*{.h,.m}",
34       "frameworks": [
35         "Photos",
36         "AVFoundation"
37       ],
38       "resources": "BSFrameworks/Assets/PhotoFramework/*"
39     }
40   ]