blob: b09e43d15e91f860b9b6c8ffd2beeabf27f3de62 [file] [log] [blame]
{
"name": "RZRichTextView",
"version": "0.3.0",
"summary": "iOS 原生UITextView 富文本编辑器",
"description": "对原生UITextView支持富文本编辑",
"homepage": "https://github.com/rztime/RZRichTextView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rztime": "rztime@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/rztime/RZRichTextView.git",
"tag": "0.3.0"
},
"resources": "RZRichTextView/Core/Resource/*",
"source_files": [
"Core",
"RZRichTextView/Core/**/*.{h,m}"
],
"dependencies": {
"RZColorful": [
],
"Masonry": [
],
"TZImagePickerController": [
]
},
"prefix_header_contents": "#import <UIKit/UIKit.h>\n#import <Foundation/Foundation.h>"
}