[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 9 / b / c / WordPress-Aztec-iOS / 1.19.8 / WordPress-Aztec-iOS.podspec.json
blob50bce24fee9b20dba2b67608f0c7ee3c8f0043af
2   "name": "WordPress-Aztec-iOS",
3   "version": "1.19.8",
4   "summary": "The native HTML Editor.",
5   "description": "The native HTML Editor by Automattic Inc.\n\nThis library provides a UITextView subclass with HTML visual editing capabilities.",
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.8"
21   },
22   "module_name": "Aztec",
23   "source_files": "Aztec/Classes/**/*",
24   "resource_bundles": {
25     "WordPress-Aztec-iOS": [
26       "Aztec/Assets/**/*"
27     ]
28   },
29   "xcconfig": {
30     "OTHER_LDFLAGS": "-lxml2",
31     "HEADER_SEARCH_PATHS": "/usr/include/libxml2"
32   },
33   "swift_version": "5.0"