blob: 9f9fb04c0b1d153b4ff679ad741874e99545b464 [file] [log] [blame]
{
"name": "SwiftOpenWeatherMapAPI",
"version": "0.0.3",
"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.3"
},
"source_files": "API/*.swift",
"dependencies": {
"Alamofire": [
"~> 2.0"
],
"SwiftyJSON": [
"~> 2.3.0"
]
}
}