[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 5 / b / WordPress-iOS-Editor / 0.9.1 / WordPress-iOS-Editor.podspec.json
blob5d2037ff3d6fb1939e38022331e85b07435cf2da
2   "name": "WordPress-iOS-Editor",
3   "version": "0.9.1",
4   "summary": "Reusable component rich text editor for WordPress.com in an iOS application.",
5   "description": "Reusable component for displaying the WordPress.com post editor in an iOS application",
6   "homepage": "http://apps.wordpress.org",
7   "license": "GPLv2",
8   "authors": {
9     "Matt Bumgardner": "matt.bumgardner@automattic.com"
10   },
11   "source": {
12     "git": "https://github.com/wordpress-mobile/WordPress-iOS-Editor.git",
13     "tag": "0.9.1"
14   },
15   "social_media_url": "http://twitter.com/WordPressiOS",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "Classes",
20   "resources": [
21     "Assets/*.png",
22     "Assets/*.html",
23     "Assets/*.js",
24     "Assets/*.svg",
25     "Assets/*.css"
26   ],
27   "prefix_header_file": "Classes/WordPress-iOS-Editor-Prefix.pch",
28   "exclude_files": "Classes/exclude",
29   "requires_arc": true,
30   "dependencies": {
31     "CocoaLumberjack": [
32       "2.0.0"
33     ],
34     "UIAlertView+Blocks": [
35       "~>0.8.1"
36     ],
37     "WordPress-iOS-Shared": [
38       "~>0.3"
39     ],
40     "WordPressCom-Analytics-iOS": [
41       "~>0.0.30"
42     ],
43     "NSObject-SafeExpectations": [
44       "~>0.0.2"
45     ]
46   },
47   "deprecated_in_favor_of": "WordPress-Aztec-iOS"