blob: 3d3f7d174df126acb094f78f06cd812754ed06c3 [file] [log] [blame]
{
"name": "OpenWit",
"version": "0.1.0",
"summary": "swift framework for Wit© HTTP API.",
"description": "This Pod is an intent to get a swift framework for Wit.ai© HTTP API.\nYou can find more information about Wit on: https://wit.ai and https://wit.ai/docs/http/20160526\nWit© is an amazing NLP api wher you can define stories (at the time of this writing they are in beta). It does speech recognition, converse, message analyse, can learn to understand what you want and many more things.\nThis library is a first version where you can analyse a message and converse (speech is actually not fully implemented but should be soon).\nIt requires Moya and ObjectMapper.",
"homepage": "https://github.com/fredfoc/OpenWit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fauquette fred": "fredfocmac@gmail.com"
},
"source": {
"git": "https://github.com/fredfoc/OpenWit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/FredFauquette",
"platforms": {
"ios": "9.0"
},
"source_files": "OpenWit/Classes/**/*",
"frameworks": "CoreAudio",
"dependencies": {
"Moya-ObjectMapper": [
"2.2.1"
]
},
"pushed_with_swift_version": "3.0"
}