[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / b / HNKWordLookup / 1.0 / HNKWordLookup.podspec.json
blob5653cad2737c50604cc6febe17ff692678332e08
2   "name": "HNKWordLookup",
3   "version": "1.0",
4   "summary": "Provides dictionary information about words.",
5   "description": "Provides dictionary information about words, such as definitions, pronunciations, random words, and word of the day.\n",
6   "homepage": "https://github.com/hkellaway/HNKWordLookup",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Harlan Kellaway": "hello@harlankellaway.com"
13   },
14   "source": {
15     "git": "https://github.com/hkellaway/HNKWordLookup.git",
16     "tag": "1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/HNKWordLookup.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.5"
26     ],
27     "Mantle": [
28       "~> 1.5"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "Models",
34       "source_files": "Pod/Classes/Utility/*.{h,m}"
35     },
36     {
37       "name": "Utility",
38       "source_files": "Pod/Classes/Utility/*.{h,m}"
39     }
40   ]