blob: dc3bb451f01f0e5cf96fb64c2658d173bd2b79d9 [file] [log] [blame]
{
"name": "HNKWordLookup",
"version": "0.1.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"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/hkellaway/HNKWordLookup.git",
"tag": "0.1.0"
},
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 1.5"
]
}
}