[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 4 / 1 / Wit / 1.0.2 / Wit.podspec.json
blobb64dd863dfc78e3417663950f09e2d763997d733
2   "name": "Wit",
3   "version": "1.0.2",
4   "summary": "Wit.AI Official SDK",
5   "description": "                     Official Wit SDK, https://wit.ai/docs/ios-tutorial/\n",
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": "1.0.2"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "QuartzCore",
24     "AudioToolbox"
25   ],
26   "source_files": [
27     "Classes",
28     "Classes/**/*.{h,m}",
29     "Wit/*.{h,m}"
30   ],
31   "preserve_paths": "WitResources/Images",
32   "resources": [
33     "WitResources/Images/*.png"
34   ],
35   "dependencies": {
36     "ReactiveCocoa": [
37       "~> 1.3.1"
38     ],
39     "AFNetworking": [
40       "~> 2.1.0"
41     ]
42   }