[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 6 / e / ApiAIWatchKit / 0.0.2 / ApiAIWatchKit.podspec.json
blob7693e5ff4fc4b72978798d593a30cbe758dbc3da
2   "name": "ApiAIWatchKit",
3   "version": "0.0.2",
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-apple-watch.git",
12     "tag": "v0.0.2"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "7.0"
17   },
18   "subspecs": [
19     {
20       "name": "WatchKitForWatch",
21       "platforms": {
22         "ios": "7.0"
23       },
24       "source_files": [
25         "ApiAI",
26         "ApiAI/WatchKit",
27         "ApiAI/WatchKit/Watch/",
28         "ApiAI/WatchKit/Watch/Classes/**/*.{h,m}"
29       ],
30       "public_header_files": [
31         "ApiAI/WatchKit/Watch/Classes/**/*.{h}"
32       ],
33       "requires_arc": true
34     },
35     {
36       "name": "WatchKitForPhone",
37       "platforms": {
38         "ios": "7.0"
39       },
40       "source_files": [
41         "ApiAI",
42         "ApiAI/WatchKit",
43         "ApiAI/WatchKit/Phone",
44         "ApiAI/WatchKit/Phone/Classes/**/*.{h,m}"
45       ],
46       "public_header_files": [
47         "ApiAI/WatchKit/Phone/Classes/**/*.{h}"
48       ],
49       "ios": {
50         "frameworks": [
51           "WatchKit"
52         ]
53       },
54       "requires_arc": true,
55       "dependencies": {
56         "ApiAI/Default": [
58         ]
59       }
60     }
61   ]