[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 5 / b / WordPress-iOS-Editor / 1.0 / WordPress-iOS-Editor.podspec.json
blob49344e2e6ffd01e3d302cbc34de8a79bc6557982
2   "name": "WordPress-iOS-Editor",
3   "version": "1.0",
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": "1.0"
14   },
15   "social_media_url": "http://twitter.com/WordPressiOS",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "Classes",
20   "resources": [
21     "Assets/*.png",
22     "Assets/*.html",
23     "Assets/*.js",
24     "Assets/*.svg",
25     "Assets/*.css",
26     "Assets/*.storyboard",
27     "Assets/*.xib"
28   ],
29   "prefix_header_file": "Classes/WordPress-iOS-Editor-Prefix.pch",
30   "exclude_files": "Classes/exclude",
31   "requires_arc": true,
32   "dependencies": {
33     "CocoaLumberjack": [
34       "2.0.0"
35     ],
36     "WordPress-iOS-Shared": [
37       "~>0.4.4"
38     ],
39     "WordPressCom-Analytics-iOS": [
40       "~>0.0.38"
41     ],
42     "NSObject-SafeExpectations": [
43       "~>0.0.2"
44     ]
45   },
46   "deprecated_in_favor_of": "WordPress-Aztec-iOS"