blob: 084e3adefe20fc5798e17e1472da133a43c04452 [file] [log] [blame]
{
"name": "Sweather",
"version": "1.0.1",
"summary": "Sweather is a Swift wrapper around the openweathermap api.",
"homepage": "https://github.com/bfolder/Sweather",
"license": "MIT",
"authors": {
"Heiko Dreyer": "mail@boxedfolder.com"
},
"source": {
"git": "https://github.com/bfolder/Sweather.git",
"tag": "1.0.1"
},
"source_files": "Sweather/*.swift",
"frameworks": [
"Foundation",
"CoreLocation"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}