blob: 2b0d05c717d798586c745aedbff2b77549fb981f [file] [log] [blame]
{
"name": "QMEventTextParsing",
"version": "1.0.1",
"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.0.1"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0",
"osx": "10.11"
},
"source_files": "QMEventTextParsing/Classes/**/*",
"public_header_files": "QMEventTextParsing/Classes/**/*.h",
"frameworks": "Foundation",
"dependencies": {
"QMGeocoder": [
"~> 1.0"
],
"CDBKit": [
"~> 1.4"
]
}
}