blob: 35abab9750972554262e0ad124a8a11da13e91a8 [file] [log] [blame]
{
"name": "Pocketsphinx-CocoaPod",
"version": "0.1.1",
"summary": "A simple CocoaPod for Pocketsphinx",
"description": "With this CocoaPod you can use Pocketsphinx on iOS. Build using the iOS build script from here https://github.com/cmusphinx/pocketsphinx-ios-demo .",
"homepage": "https://github.com/mentzen/Pocketsphinx-CocoaPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alexander Mentzen": "mentzen@dig.de"
},
"source": {
"git": "https://github.com/mentzen/Pocketsphinx-CocoaPod.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pocketsphinx-CocoaPod/Classes/**/*.h",
"dependencies": {
"Sphinxbase-CocoaPod": [
]
}
}