blob: 7e451bac40f7d8639f66e3f36c42c843f569d2cd [file] [log] [blame]
{
"name": "ESWeather_swift",
"version": "0.0.1",
"summary": "A weather widget for iOS",
"homepage": "https://github.com/EverydayStep/ESWeather_swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"codeLocker": "codeLockers@outlook.com"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/EverydayStep/ESWeather_swift.git",
"tag": "0.0.1"
},
"source_files": "ESWeather_swift/ESWeather_swift/*.swift",
"resources": "ESWeather_swift/Resources/*.{png,jpg}",
"dependencies": {
"SnapKit": [
"~> 5.0.1"
],
"ESCategory_swift": [
"~> 0.2.0"
]
},
"swift_version": "5.0"
}