[Add] Web3Auth 11.0.2
[CocoaPods.git] / Specs / c / 5 / 8 / HNClient / 0.1 / HNClient.podspec.json
blob39c67cfd170629dba8d1bab49a2127857ebd6dbb
2   "name": "HNClient",
3   "version": "0.1",
4   "summary": "Super easy to use client for Hacker News API",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/omaralbeik/HNClient",
10   "authors": {
11     "Omar Albeik": "omaralbeik@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/omaralbeik",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": "true",
18   "source": {
19     "git": "https://github.com/omaralbeik/HNClient.git",
20     "tag": "0.1"
21   },
22   "source_files": "Source/**/*.swift",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "dependencies": {
27     "AlamofireObjectMapper": [
28       "~> 4.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"