blob: 5d2037ff3d6fb1939e38022331e85b07435cf2da [file] [log] [blame]
{
"name": "WordPress-iOS-Editor",
"version": "0.9.1",
"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": {
"Matt Bumgardner": "matt.bumgardner@automattic.com"
},
"source": {
"git": "https://github.com/wordpress-mobile/WordPress-iOS-Editor.git",
"tag": "0.9.1"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"platforms": {
"ios": "7.0"
},
"source_files": "Classes",
"resources": [
"Assets/*.png",
"Assets/*.html",
"Assets/*.js",
"Assets/*.svg",
"Assets/*.css"
],
"prefix_header_file": "Classes/WordPress-iOS-Editor-Prefix.pch",
"exclude_files": "Classes/exclude",
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"2.0.0"
],
"UIAlertView+Blocks": [
"~>0.8.1"
],
"WordPress-iOS-Shared": [
"~>0.3"
],
"WordPressCom-Analytics-iOS": [
"~>0.0.30"
],
"NSObject-SafeExpectations": [
"~>0.0.2"
]
},
"deprecated_in_favor_of": "WordPress-Aztec-iOS"
}