blob: 64612abe2176e98e5523089b04a6553ae252ab92 [file] [log] [blame]
{
"name": "HNKWordLookup",
"version": "0.2.1",
"summary": "Provides dictionary information about words.",
"description": "Provides dictionary information about words, such as definitions, pronunciations, random words, and word of the day.\n",
"homepage": "https://github.com/hkellaway/HNKWordLookup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harlan Kellaway": "hello@harlankellaway.com"
},
"source": {
"git": "https://github.com/hkellaway/HNKWordLookup.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 1.5"
]
}
}