blob: 39c67cfd170629dba8d1bab49a2127857ebd6dbb [file] [log] [blame]
{
"name": "HNClient",
"version": "0.1",
"summary": "Super easy to use client for Hacker News API",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/omaralbeik/HNClient",
"authors": {
"Omar Albeik": "omaralbeik@gmail.com"
},
"social_media_url": "https://twitter.com/omaralbeik",
"platforms": {
"ios": "8.0"
},
"requires_arc": "true",
"source": {
"git": "https://github.com/omaralbeik/HNClient.git",
"tag": "0.1"
},
"source_files": "Source/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"AlamofireObjectMapper": [
"~> 4.1"
]
},
"pushed_with_swift_version": "3.0"
}