Latest | 1.1.5 |
---|---|
Homepage | http://cocoapods.org/pods/HNKWordLookup |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | AFNetworking, Mantle |
Authors |
Latest podspec
{ "name": "HNKWordLookup", "version": "1.1.5", "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": "[email protected]" }, "source": { "git": "https://github.com/hkellaway/HNKWordLookup.git", "tag": "1.1.5" }, "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}" ] } ] }
Tue, 01 Mar 2016 22:09:03 +0000