blob: 49cbace5a954abceddea98cb1a50989be5a2782a [file] [log] [blame]
{
"name": "openweathermap-swift-sdk",
"version": "0.1.0",
"summary": "Unofficial Swift SDK for OpenWeatherMap.",
"description": "Unofficial Swift SDK for OpenWeatherMap. It provides JSON model classes\nand related REST API GET methods.",
"homepage": "https://github.com/rocxteady/openweathermap-swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ulaş Sancak": "ulas.sancak@hotmail.com.tr"
},
"source": {
"git": "https://github.com/rocxteady/openweathermap-swift-sdk.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "openweathermap-swift-sdk/Classes/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"ObjectMapper": [
"~> 2.2"
]
},
"pushed_with_swift_version": "3.0"
}