blob: fbed1b74693e91cca6de40baa0cdb8588e2eee7c [file] [log] [blame]
{
"name": "RichTextVC-iOS",
"version": "1.3.0",
"summary": "A Rich Text ViewController for iOS.",
"description": "A ViewController for iOS that contains a UITextView for adding rich text",
"homepage": "https://github.com/LyokoTech/RichTextVC-iOS",
"license": "MIT",
"authors": {
"Rhett Rogers": "serenade.xs@icloud.com"
},
"source": {
"git": "https://github.com/LyokoTech/RichTextVC-iOS.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "src/Classes/**/*.swift",
"resource_bundles": {
"RichTextVC-iOS": [
"Pod/Assets/*.png"
]
}
}