[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / f / b / HNKWordLookup / 1.1.4 / HNKWordLookup.podspec.json
blob1272367ace3db67b05d830aa7a190533bd7e9403
2   "name": "HNKWordLookup",
3   "version": "1.1.4",
4   "summary": "Performs 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.1.4"
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   ]