blob: 5c61d8772d35b111ba1955bc7a012b9e12fc5bcf [file] [log] [blame]
{
"name": "HNAPI",
"version": "0.1.0",
"summary": "A HackerNews API Client.",
"homepage": "https://github.com/lexrus/HNAPI",
"license": "MIT",
"authors": {
"lexrus": "lexrus@gmail.com"
},
"source": {
"git": "https://github.com/lexrus/HNAPI.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/lexrus",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"~> 6.0"
],
"Moya/RxSwift": [
"~> 6.0"
],
"ObjectMapper": [
"~> 1.1"
],
"RxSwift": [
"~> 2.0"
]
}
}