blob: fe5993e1e3a939d4718799fefd9f62b98d6742d3 [file] [log] [blame]
{
"name": "AKService",
"version": "0.2.12",
"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.12"
},
"platforms": {
"ios": "11.0"
},
"source_files": "AKService/Sources/**/*",
"swift_version": "4.1",
"resources": "AKService/Assets/*.plist",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}