blob: 984b0a3445427014a6346e48bc68782517c62dd3 [file] [log] [blame]
{
"name": "WordPress-iOS-Editor",
"version": "0.2.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\n",
"homepage": "http://apps.wordpress.org",
"license": "MIT",
"authors": {
"Matt Bumgardner": "matt.bumgardner@automattic.com"
},
"source": {
"git": "https://github.com/wordpress-mobile/WordPress-iOS-Editor.git",
"tag": "0.2.0"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"resources": [
"Assets/*.png",
"Assets/*.html",
"Assets/*.js"
],
"prefix_header_file": "Classes/WordPress-iOS-Editor-Prefix.pch",
"exclude_files": "Classes/exclude",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~>1.8.1"
],
"UIAlertView+Blocks": [
],
"WordPress-iOS-Shared": [
"~>0.1.0"
],
"WordPressCom-Analytics-iOS": [
"~>0.0.4"
]
},
"deprecated_in_favor_of": "WordPress-Aztec-iOS"
}