blob: f7c082c7381c24c1269900ad857cb523b7f3c3c3 [file] [log] [blame]
{
"name": "HNKWordLookup",
"version": "1.1",
"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"
},
"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}"
}
]
}