[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 1 / MediaBar / 1.0.1 / MediaBar.podspec.json
blob630702608fc84ee43ac3780626705b167c216cd3
2   "name": "MediaBar",
3   "version": "1.0.1",
4   "summary": "MediaBar is the toolbar support common rich text editor and manage multimedia,include image as well as video",
5   "description": "                   A longer description of MediaBar in Markdown format.\n\n                   * Think: Why did you write this? What is the focus? What does it do?\n                   * CocoaPods will be using this to generate tags, and improve search results.\n                  * Try to keep it short, snappy and to the point.\n                  * Finally, don't worry about the indent, CocoaPods strips it!\n",
6   "homepage": "https://github.com/sjzc/MediaBar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sera": "462970213@qq.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/sjzc/MediaBar.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "MediaBar/*.{h,m}",
22   "resources": "Resource/*.png",
23   "frameworks": [
24     "MediaPlayer",
25     "AssetsLibrary",
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "CTAssetsPickerController": [
32       "~> 2.9.5"
33     ],
34     "DTRichTextEditor": [
36     ]
37   }