[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / f / b / HNKWordLookup / 0.2.1 / HNKWordLookup.podspec.json
blob64612abe2176e98e5523089b04a6553ae252ab92
2   "name": "HNKWordLookup",
3   "version": "0.2.1",
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": "0.2.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*.{h,m}",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 2.5"
26     ],
27     "Mantle": [
28       "~> 1.5"
29     ]
30   }