blob: 049bcde3d2f6d87547ec6d1ac01abc601fcba875 [file] [log] [blame]
{
"name": "OHKakaoLocalSDK",
"version": "0.1.0",
"summary": "iOS Swift SDK for Kakao Rest API - Local",
"description": "iOS Swift SDK for Kakao Rest API\n\nSupport API\n- Coord2Address\n- Coord2RegionCode\n- SearchAddress\n- GeoTranscoord\n\nReference\nhttps://developers.kakao.com/docs/restapi/local",
"homepage": "https://github.com/ocworld/OHKakaoLocalSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ocworld": "ocworld@gmail.com"
},
"source": {
"git": "https://github.com/ocworld/OHKakaoLocalSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.1",
"source_files": "OHKakaoLocalSDK/Sources/**/*",
"resources": "OHKakaoLocalSDK/Assets/*.plist",
"dependencies": {
"Alamofire": [
"~> 4.7"
]
}
}