blob: 148e4256be19c95fc3183b8e8052b4bd1bb29f8c [file] [log] [blame]
{
"name": "HNKWordLookup",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 1.5"
]
}
}