blob: 4ac3c6ef4272694bb3ff948e77f21ebfce8364b8 [file] [log] [blame]
{
"name": "RichContentEditor",
"version": "2.0.0",
"summary": "Reusable component rich text editor for WordPress.com in an iOS application.",
"description": "Reusable component for displaying the WordPress.com post editor in an iOS application",
"homepage": "http://apps.wordpress.org",
"license": "GPLv2",
"authors": {
"Automattic": "mobile@automattic.com",
"Matt Bumgardner": "matt.bumgardner@automattic.com",
"Diego Rey Mendez": "diego.rey.mendez@automattic.com",
"Sergio Estevao": "sergio@automattic.com"
},
"source": {
"git": "https://github.com/tuyendv2/RichContentEditor.git",
"tag": "2.0.0"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"platforms": {
"ios": "10.0"
},
"source_files": "Classes",
"resources": [
"Assets/*.png",
"Assets/*.html",
"Assets/*.js",
"Assets/*.svg",
"Assets/*.css",
"Assets/*.storyboard",
"Assets/*.xib"
],
"prefix_header_file": "Classes/WordPress-iOS-Editor-Prefix.pch",
"exclude_files": "Classes/exclude",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 3.2.0"
],
"NSObject-SafeExpectations": [
"~>0.0.2"
]
},
"header_dir": "WordPressEditor"
}