[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / f / b / HNKWordLookup / 1.0.3 / HNKWordLookup.podspec.json
blobc203f75c62193dcd4324febfaca9dc67ad46ce3a
2   "name": "HNKWordLookup",
3   "version": "1.0.3",
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.3"
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/HNKRandomWord.{h,m}",
42         "Pod/Classes/HNKWordDefinition.{h,m}",
43         "Pod/Classes/HNKWordOfTheDay.{h,m}",
44         "Pod/Classes/HNKWordPronunciation.{h,m}"
45       ]
46     },
47     {
48       "name": "Utility",
49       "source_files": "Pod/Classes/NSDate+HNKAdditions.{h,m}"
50     }
51   ]