blob: fe242449baabb6c82253c47574e7d0ff5f7c250b [file] [log] [blame]
{
"name": "iOS-Rich-Text-Editor",
"version": "0.0.1",
"summary": "A RichTextEditor for iPhone & iPad.",
"homepage": "https://github.com/aryaxt/iOS-Rich-Text-Editor",
"dependencies": {
"WEPopover": [
"~> 0.0.1"
]
},
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"Aryan Gh": "https://github.com/aryaxt/iOS-Rich-Text-Editor"
},
"source": {
"git": "https://github.com/aryaxt/iOS-Rich-Text-Editor.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"RichTextEditor/Source/*.{h,m}",
"RichTextEditor/Source/Categories/*.{h,m}"
],
"resources": [
"RichTextEditor/Source/Assets/**/*"
],
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}