[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / 4 / ApiAI / 0.3.5 / ApiAI.podspec.json
blob38c795e32e0ec5c2f3173f79fd1f67b48ff64c0f
2   "name": "ApiAI",
3   "version": "0.3.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-ios-sdk.git",
12     "tag": "v0.3.5"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0",
17     "watchos": "2.0"
18   },
19   "subspecs": [
20     {
21       "name": "Core",
22       "source_files": [
23         "ApiAI",
24         "ApiAI/Classes/**/*.{h,m}",
25         "ApiAI/Private/**/*.{h,m,c}"
26       ],
27       "public_header_files": [
28         "ApiAI/Classes/**/*.{h}"
29       ],
30       "ios": {
31         "frameworks": [
33         ]
34       },
35       "requires_arc": true,
36       "dependencies": {
37       },
38       "platforms": {
39         "ios": "7.0",
40         "watchos": "2.0"
41       }
42     },
43     {
44       "name": "AudioFileConverter",
45       "source_files": [
46         "ApiAI",
47         "ApiAI/AudioFileConverter/Classes/**/*.{h,hpp,m,mm}",
48         "ApiAI/AudioFileConverter/Private/**/*.{h,mm,c,hpp,cpp}"
49       ],
50       "public_header_files": [
51         "ApiAI/AudioFileConverter/Classes/**/*.{h}"
52       ],
53       "ios": {
54         "frameworks": [
55           "AudioToolbox"
56         ]
57       },
58       "requires_arc": true,
59       "dependencies": {
60         "ApiAI/Core": [
62         ]
63       },
64       "platforms": {
65         "ios": "7.0"
66       },
67       "xcconfig": {
68         "OTHER_LDFLAGS": "-weak_library /usr/lib/libc++.dylib"
69       }
70     },
71     {
72       "name": "VoiceFileRequest",
73       "source_files": [
74         "ApiAI/VoiceFileRequest",
75         "ApiAI/VoiceFileRequest/Classes/**/*.{h,m}",
76         "ApiAI/VoiceFileRequest/Private/**/*.{h,m,c}"
77       ],
78       "public_header_files": [
79         "ApiAI/VoiceFileRequest/Classes/**/*.{h}"
80       ],
81       "ios": {
82         "frameworks": [
84         ]
85       },
86       "requires_arc": true,
87       "dependencies": {
88         "ApiAI/Core": [
90         ]
91       },
92       "platforms": {
93         "ios": "7.0",
94         "watchos": "2.0"
95       }
96     },
97     {
98       "name": "VoiceRequest",
99       "source_files": [
100         "ApiAI/VoiceRequest",
101         "ApiAI/VoiceRequest/Classes/**/*.{h,m}",
102         "ApiAI/VoiceRequest/Private/**/*.{h,m,c}"
103       ],
104       "public_header_files": [
105         "ApiAI/VoiceRequest/Classes/**/*.{h}"
106       ],
107       "ios": {
108         "frameworks": [
110         ]
111       },
112       "requires_arc": true,
113       "dependencies": {
114         "ApiAI/Core": [
116         ]
117       },
118       "platforms": {
119         "ios": "7.0"
120       }
121     },
122     {
123       "name": "UIKit",
124       "header_dir": "UIKit",
125       "source_files": [
126         "ApiAI/UIKit",
127         "ApiAI/UIKit/Classes/**/*.{h,m}",
128         "ApiAI/UIKit/Private/**/*.{h,m,c}"
129       ],
130       "resources": [
131         "ApiAI/UIKit/Images/*.{png}",
132         "ApiAI/UIKit/Classes/AIVoiceRequestButton.xib"
133       ],
134       "public_header_files": [
135         "ApiAI/UIKit/Classes/**/*.{h}"
136       ],
137       "ios": {
138         "frameworks": [
139           "UIKit"
140         ]
141       },
142       "requires_arc": true,
143       "dependencies": {
144         "ApiAI/Core": [
146         ],
147         "ApiAI/VoiceRequest": [
149         ]
150       },
151       "platforms": {
152         "ios": "7.0"
153       }
154     },
155     {
156       "name": "ResponseMapping",
157       "header_dir": "ResponseMapping",
158       "source_files": [
159         "ApiAI/Response",
160         "ApiAI/Response/Classes/**/*.{h,m}",
161         "ApiAI/Response/Private/**/*.{h,m,c}"
162       ],
163       "resources": [
165       ],
166       "public_header_files": [
167         "ApiAI/Response/Classes/**/*.{h}"
168       ],
169       "ios": {
170         "frameworks": [
171           "Foundation"
172         ]
173       },
174       "requires_arc": true,
175       "dependencies": {
176         "ApiAI/Core": [
177           "~> 1.1.0"
178         ]
179       }
180     }
181   ]