| { |
| "name": "AI", |
| "version": "0.0.6", |
| "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.6" |
| }, |
| "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" |
| } |
| } |
| ] |
| } |