blob: 97e695e4d769ed029a1138230a9ac94c89efaef5 [file] [log] [blame]
{
"name": "SwiftOpenWeatherMapAPI",
"version": "0.0.8",
"summary": "Swift Open Weather Map API is a wrapper around http://openweathermap.org.",
"homepage": "http://github.com/filippotosetto/SwiftOpenWeatherMapAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Filippo Tosetto": "filippo.tosetto@gmail.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/filippotosetto/SwiftOpenWeatherMapAPI.git",
"tag": "0.0.8"
},
"source_files": "API/*.swift",
"dependencies": {
"Alamofire": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 2.3.0"
]
}
}