blob: 5578e6e63b3e81671734965cce7349e0ff08fa2b [file] [log] [blame]
{
"name": "WordPress-Aztec-iOS",
"version": "1.8.1",
"summary": "The native HTML Editor.",
"description": "The native HTML Editor by Automattic Inc.",
"homepage": "https://github.com/wordpress-mobile/WordPress-Aztec-iOS",
"license": {
"type": "GPLv2",
"file": "LICENSE"
},
"authors": {
"Automattic": "mobile@automattic.com",
"Diego Rey Mendez": "diego.rey.mendez@automattic.com",
"Sergio Estevao": "sergioestevao@gmail.com",
"Jorge Leandro Perez": "jorge.perez@automattic.com"
},
"social_media_url": "http://twitter.com/WordPressiOS",
"source": {
"git": "https://github.com/wordpress-mobile/WordPress-Aztec-iOS.git",
"tag": "1.8.1"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"module_name": "Aztec",
"source_files": "Aztec/Classes/**/*",
"resource_bundles": {
"WordPress-Aztec-iOS": [
"Aztec/Assets/**/*"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-lxml2",
"HEADER_SEARCH_PATHS": "/usr/include/libxml2"
},
"swift_version": "4.2"
}