blob: 0c652ac2b195b2b73902404f1d987ecbb4153cc8 [file] [log] [blame]
{
"name": "AI",
"version": "0.0.2",
"license": "MIT",
"summary": "The API.AI iOS SDK makes it easy to integrate speech recognition with API.AI natural language processing API on iOS devices.",
"homepage": "http://api.ai/",
"authors": {
"Dmitriy Kuragin": "kuragin@speaktoit.com"
},
"source": {
"git": "https://github.com/api-ai/api-ai-cocoa-swift.git",
"tag": "v0.0.2"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"AI/src/**/*.swift"
],
"platforms": {
"ios": "8.0",
"osx": "10.9"
}
}
]
}