blob: 95d8b80f50353d51356add79ab1ef8c4810a3f2c [file] [log] [blame]
{
"name": "QMEventTextParsing",
"version": "1.1.3",
"summary": "A framework to parse date, place and person from a sentence",
"description": "A framework to parse date, place and person from a sentence. It uses geocoding to provide a valid place. it uses relationships to provide valid person names from candidates.",
"homepage": "https://github.com/truebucha/QMEventTextParsing",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/QMEventTextParsing.git",
"tag": "1.1.3"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "QMEventTextParsing/Classes/**/*",
"public_header_files": "QMEventTextParsing/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"QMGeocoder": [
],
"CDBKit": [
]
}
}