[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / e / 7 / BSFrameworks / 0.1.2 / BSFrameworks.podspec.json
blobb3074476aba22f4ebac90814d96c05b34538d2bd
2   "name": "BSFrameworks",
3   "version": "0.1.2",
4   "summary": "3D轮播图",
5   "description": "自己封装的所有的常用工具类\n1、图片选择器,支持选择图片、视频 (以后可能追加 视频+图片 混合添加的功能)(制作中)\n2、图片预览控件+视频预览控件(未开始)\n3、图片相关:相机、选图、预览等相关功能(待完善)\n4、轮播图:'2D/3D'(完成)",
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.2",
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": "BSCategory",
33       "source_files": "BSFrameworks/Classes/BSCategory/**/*{.h,.m}",
34       "frameworks": [
35         "AVFoundation",
36         "UIKit"
37       ]
38     },
39     {
40       "name": "BSPhotoFramework",
41       "source_files": "BSFrameworks/Classes/PhotoFramework/**/*{.h,.m}",
42       "frameworks": [
43         "Photos",
44         "AVFoundation"
45       ],
46       "resources": "BSFrameworks/Assets/PhotoFramework/*",
47       "dependencies": {
48         "BSFrameworks/BSCategory": [
50         ]
51       }
52     },
53     {
54       "name": "BSLooperView",
55       "source_files": "BSFrameworks/Classes/BSLooperView/**/*{.h,.m}",
56       "frameworks": [
57         "AVFoundation",
58         "UIKit"
59       ],
60       "dependencies": {
61         "BSFrameworks/BSCategory": [
63         ]
64       }
65     }
66   ]