blob: 630702608fc84ee43ac3780626705b167c216cd3 [file] [log] [blame]
{
"name": "MediaBar",
"version": "1.0.1",
"summary": "MediaBar is the toolbar support common rich text editor and manage multimedia,include image as well as video",
"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",
"homepage": "https://github.com/sjzc/MediaBar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sera": "462970213@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/sjzc/MediaBar.git",
"tag": "1.0.1"
},
"source_files": "MediaBar/*.{h,m}",
"resources": "Resource/*.png",
"frameworks": [
"MediaPlayer",
"AssetsLibrary",
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"CTAssetsPickerController": [
"~> 2.9.5"
],
"DTRichTextEditor": [
]
}
}