[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / 2 / 7 / WordPress-Editor-iOS / 1.19.7 / WordPress-Editor-iOS.podspec.json
blob9d1cc118866b3e5e5a82f11a3d4e53f9ca6841bf
2   "name": "WordPress-Editor-iOS",
3   "version": "1.19.7",
4   "summary": "The WordPress HTML Editor.",
5   "description": "The WordPress HTML Editor by Automattic Inc.\n\nThis library provides a UITextView subclass with HTML visual editing capabilities.\nUse this library if you want to create an App that interacts with WordPress HTML content.",
6   "homepage": "https://github.com/wordpress-mobile/AztecEditor-iOS",
7   "license": {
8     "type": "MPLv2",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "The WordPress Mobile Team": "mobile@wordpress.org"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/wordpress-mobile/AztecEditor-iOS.git",
20     "tag": "1.19.7"
21   },
22   "module_name": "WordPressEditor",
23   "source_files": "WordPressEditor/WordPressEditor/Classes/**/*",
24   "resources": "WordPressEditor/WordPressEditor/Assets/**/*",
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lxml2",
27     "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
28   },
29   "dependencies": {
30     "WordPress-Aztec-iOS": [
31       "1.19.7"
32     ]
33   },
34   "swift_version": "5.0"