blob: 6a613b473ff04bb895be489fc1edebabca17e835 [file] [log] [blame]
{
"name": "iOSEditor",
"version": "2.1.5",
"summary": "Reusable component rich text editor for WordPress.com in an iOS application.",
"description": "[Forked] 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/yuyedaidao/WordPress-Editor-iOS.git",
"tag": "2.1.5"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"platforms": {
"ios": "9.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": [
"~> 2.2.0"
],
"WordPressCom-Analytics-iOS": [
"~>0.1.0"
],
"NSObject-SafeExpectations": [
"0.0.2"
]
},
"header_dir": "WordPressEditor"
}