blob: c857daba8d02035b33442684b5d809c84e1c2951 [file] [log] [blame]
{
"name": "HNKWordLookup",
"version": "1.0.4",
"summary": "Helps with 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.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/HNKWordLookup.h",
"dependencies": {
"AFNetworking": [
"~> 2.5"
],
"Mantle": [
"~> 1.5"
]
},
"subspecs": [
{
"name": "Models",
"dependencies": {
"HNKWordLookup/Utility": [
]
},
"source_files": [
"Pod/Classes/HNKHttpSessionManager.{h,m}",
"Pod/Classes/HNKLookup.{h,m}",
"Pod/Classes/HNKWordDefinition.{h,m}",
"Pod/Classes/HNKWordOfTheDay.{h,m}",
"Pod/Classes/HNKWordPronunciation.{h,m}"
]
},
{
"name": "Utility",
"source_files": "Pod/Classes/NSDate+HNKAdditions.{h,m}"
}
]
}