blob: 1272367ace3db67b05d830aa7a190533bd7e9403 [file] [log] [blame]
{
"name": "HNKWordLookup",
"version": "1.1.4",
"summary": "Performs standard English-language dictionary queries, such as definitions, pronunciations, random words, and Word of the Day.",
"homepage": "http://cocoapods.org/pods/HNKWordLookup",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Harlan Kellaway": "hello@harlankellaway.com"
},
"source": {
"git": "https://github.com/hkellaway/HNKWordLookup.git",
"tag": "1.1.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": [
"Pod/Classes/HNKWordLookup.h",
"Pod/Classes/HNKLookup.{h,m}",
"Pod/Classes/HNKWordDefinition.{h,m}",
"Pod/Classes/HNKWordOfTheDay.{h,m}",
"Pod/Classes/HNKWordPronunciation.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 1.5"
]
},
"subspecs": [
{
"name": "Utility",
"source_files": [
"Pod/Classes/HNKHttpSessionManager.{h,m}",
"Pod/Classes/NSDate+HNKAdditions.{h,m}"
]
}
]
}