[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / b / 8 / d / libHN / 4.2.0 / libHN.podspec.json
blob760beeab2d003e0d39414e3947f3fa91f5155355
2   "name": "libHN",
3   "version": "4.2.0",
4   "summary": "The definitive Objective-C library for adding HackerNews to your iOS/Mac app.",
5   "description": "The definitive Cocoa framework for adding HackerNews to your iOS/Mac app.\nThis mini library includes features such as grabbing Posts (including\nfiltering by Top, Ask, New, Jobs, Best), Comments, Logging in, and\nSubmitting new posts/comments!",
6   "homepage": "https://github.com/bennyguitar/libHN",
7   "license": {
8     "type": "MIT",
9     "file": "License"
10   },
11   "authors": {
12     "Ben Gordon": "brgordon@ua.edu"
13   },
14   "platforms": {
15     "ios": "6.0",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/bennyguitar/libHN.git",
20     "tag": "4.2.0"
21   },
22   "source_files": "Source/*.{h,m}",
23   "resources": "Source/*.json",
24   "public_header_files": "Source/*.h",
25   "requires_arc": true