[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / b / 1 / 4 / ApiAI / 0.0.9 / ApiAI.podspec.json
blob05ea4f608feb7df824a8cefa129badc802f5c2f3
2   "name": "ApiAI",
3   "version": "0.0.9",
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": "dkuragin@ya.com"
9   },
10   "source": {
11     "git": "https://github.com/api-ai/api-ai-ios-sdk.git",
12     "tag": "v0.0.9"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "subspecs": [
19     {
20       "name": "Default",
21       "source_files": [
22         "ApiAI",
23         "ApiAI/Classes/**/*.{h,m}",
24         "ApiAI/Private/**/*.{h,m,c}"
25       ],
26       "public_header_files": [
27         "ApiAI/Classes/**/*.{h}"
28       ],
29       "ios": {
30         "frameworks": [
32         ]
33       },
34       "requires_arc": true,
35       "dependencies": {
36         "AFNetworking": [
38         ],
39         "CWLSynthesizeSingleton": [
41         ]
42       }
43     },
44     {
45       "name": "UIKit",
46       "header_dir": "UIKit",
47       "source_files": [
48         "ApiAI/UIKit",
49         "ApiAI/UIKit/Classes/**/*.{h,m}",
50         "ApiAI/UIKit/Private/**/*.{h,m,c}"
51       ],
52       "resources": [
53         "ApiAI/UIKit/Images/*.{png}",
54         "ApiAI/UIKit/Classes/AIVoiceRequestButton.xib"
55       ],
56       "public_header_files": [
57         "ApiAI/UIKit/Classes/**/*.{h}"
58       ],
59       "ios": {
60         "frameworks": [
61           "UIKit"
62         ]
63       },
64       "requires_arc": true,
65       "dependencies": {
66         "ApiAI/Default": [
68         ]
69       }
70     }
71   ]