[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / b / HNKWordLookup / 1.0.4 / HNKWordLookup.podspec.json
blobc857daba8d02035b33442684b5d809c84e1c2951
2   "name": "HNKWordLookup",
3   "version": "1.0.4",
4   "summary": "Helps with standard English-language dictionary queries, such as definitions, pronunciations, random words, and Word of the Day.",
5   "homepage": "http://cocoapods.org/pods/HNKWordLookup",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Harlan Kellaway": "hello@harlankellaway.com"
12   },
13   "source": {
14     "git": "https://github.com/hkellaway/HNKWordLookup.git",
15     "tag": "1.0.4"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/HNKWordLookup.h",
22   "dependencies": {
23     "AFNetworking": [
24       "~> 2.5"
25     ],
26     "Mantle": [
27       "~> 1.5"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Models",
33       "dependencies": {
34         "HNKWordLookup/Utility": [
36         ]
37       },
38       "source_files": [
39         "Pod/Classes/HNKHttpSessionManager.{h,m}",
40         "Pod/Classes/HNKLookup.{h,m}",
41         "Pod/Classes/HNKWordDefinition.{h,m}",
42         "Pod/Classes/HNKWordOfTheDay.{h,m}",
43         "Pod/Classes/HNKWordPronunciation.{h,m}"
44       ]
45     },
46     {
47       "name": "Utility",
48       "source_files": "Pod/Classes/NSDate+HNKAdditions.{h,m}"
49     }
50   ]