[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / a / 4 / AI / 0.0.5 / AI.podspec.json
blobd03dd5943e64209643ebdabeebc3e9efc56c025d
2   "name": "AI",
3   "version": "0.0.5",
4   "license": "MIT",
5   "summary": "The API.AI iOS SDK makes it easy to integrate speech recognition with API.AI natural language processing API on iOS devices.",
6   "homepage": "http://api.ai/",
7   "authors": {
8     "Dmitriy Kuragin": "kuragin@speaktoit.com"
9   },
10   "source": {
11     "git": "https://github.com/api-ai/api-ai-cocoa-swift.git",
12     "tag": "v0.0.5"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": [
23         "AI/src/**/*.swift"
24       ],
25       "platforms": {
26         "ios": "8.0",
27         "osx": "10.9"
28       }
29     }
30   ]