[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / f / b / HNKWordLookup / 1.1.2 / HNKWordLookup.podspec.json
blob6f38e99d71929ba3b804b20deeacb3077e42e92f
2   "name": "HNKWordLookup",
3   "version": "1.1.2",
4   "summary": "Performs standard English-language dictionary queries, such as definitions, pronunciations, random words, and Word of the Day.",
5   "homepage": "https://github.com/hkellaway/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.1.2"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": [
22     "Pod/Classes/HNKWordLookup.h",
23     "Pod/Classes/HNKLookup.{h,m}",
24     "Pod/Classes/HNKWordDefinition.{h,m}",
25     "Pod/Classes/HNKWordOfTheDay.{h,m}",
26     "Pod/Classes/HNKWordPronunciation.{h,m}"
27   ],
28   "dependencies": {
29     "AFNetworking": [
30       "~> 2.5"
31     ],
32     "Mantle": [
33       "~> 1.5"
34     ]
35   },
36   "subspecs": [
37     {
38       "name": "Utility",
39       "source_files": [
40         "Pod/Classes/HNKHttpSessionManager.{h,m}",
41         "Pod/Classes/NSDate+HNKAdditions.{h,m}"
42       ]
43     }
44   ]