blob: d2be80073d380dd67ef031f40b21ccc4af2d23c1 [file] [log] [blame]
{
"name": "SwiftSky",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/appcompany/SwiftSky",
"social_media_url": "https://twitter.com/LucaSilverTweet",
"authors": {
"Luca Silverentand": "luca@appcompany.io"
},
"summary": "A cosy little Swift wrapper around the Dark Sky API",
"source": {
"git": "https://github.com/appcompany/SwiftSky.git",
"tag": "1.1.0"
},
"module_name": "SwiftSky",
"documentation_url": "https://appcompany.github.io/SwiftSky",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Source/**/*.swift",
"frameworks": [
"Foundation",
"CoreLocation"
],
"dependencies": {
"Alamofire": [
"~> 4.4"
]
},
"pushed_with_swift_version": "3.1"
}