blob: d096df04261da3c919be06676c6e5e3bb0fb634c [file] [log] [blame]
{
"name": "AKService",
"version": "0.2.4",
"summary": "AirKorea 미세먼지 요청 라이브러리",
"description": "AirKorea에서 제공하는 API를 iOS에서 사용하기 위한 라이브러리입니다.\n미세먼지 요청 기능을 중심으로 제공합니다.",
"homepage": "https://github.com/ocworld/AKService",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Keunhyun Oh": "ocworld@gmail.com"
},
"source": {
"git": "https://github.com/ocworld/AKService.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "11.0"
},
"source_files": "AKService/Sources/**/*",
"swift_version": "4.1",
"resource_bundles": {
"AKService": [
"AKService/Assets/*.plist"
]
},
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}