[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 8 / 4 / 1 / Wit / 4.2.1 / Wit.podspec.json
blobd30b4dee823c3be6b6a93dba3a1354cb66f228e8
2   "name": "Wit",
3   "version": "4.2.1",
4   "summary": "Wit.AI Official SDK",
5   "description": "Official Wit SDK, https://wit.ai/docs/ios-tutorial/",
6   "homepage": "https://github.com/wit-ai/wit-ios-sdk",
7   "authors": {
8     "Willy Blandin": "willy@wit.ai"
9   },
10   "source": {
11     "git": "https://github.com/wit-ai/wit-ios-sdk.git",
12     "tag": "4.2.1"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "QuartzCore",
24     "CoreTelephony",
25     "AudioToolbox"
26   ],
27   "weak_frameworks": "Speech",
28   "dependencies": {
29     "GCNetworkReachability": [
30       "~> 1.3"
31     ]
32   },
33   "source_files": [
34     "Classes",
35     "Classes/**/*.{h,m}",
36     "Wit/*.{h,m}"
37   ],
38   "preserve_paths": "WitResources/Images",
39   "resources": [
40     "WitResources/Images/*.png"
41   ]