[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 4 / ApiAI / 0.0.10 / ApiAI.podspec.json
blobdf8498d49fec43c136b2cdf7262336c579f2f7e8
2   "name": "ApiAI",
3   "version": "0.0.10",
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-ios-sdk.git",
12     "tag": "v0.0.10"
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     {
72       "name": "ResponseMapping",
73       "header_dir": "ResponseMapping",
74       "source_files": [
75         "ApiAI/Response",
76         "ApiAI/Response/Classes/**/*.{h,m}",
77         "ApiAI/Response/Private/**/*.{h,m,c}"
78       ],
79       "resources": [
81       ],
82       "public_header_files": [
83         "ApiAI/Response/Classes/**/*.{h}"
84       ],
85       "ios": {
86         "frameworks": [
87           "Foundation"
88         ]
89       },
90       "requires_arc": true,
91       "dependencies": {
92         "ApiAI/Default": [
93           "~> 1.1.0"
94         ]
95       }
96     }
97   ]