[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 4 / 9 / 8 / HNAPI / 0.1.0 / HNAPI.podspec.json
blob5c61d8772d35b111ba1955bc7a012b9e12fc5bcf
2   "name": "HNAPI",
3   "version": "0.1.0",
4   "summary": "A HackerNews API Client.",
5   "homepage": "https://github.com/lexrus/HNAPI",
6   "license": "MIT",
7   "authors": {
8     "lexrus": "lexrus@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/lexrus/HNAPI.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/lexrus",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "Moya": [
26       "~> 6.0"
27     ],
28     "Moya/RxSwift": [
29       "~> 6.0"
30     ],
31     "ObjectMapper": [
32       "~> 1.1"
33     ],
34     "RxSwift": [
35       "~> 2.0"
36     ]
37   }