blob: 88be3155648c337298e0fcaf22ab4cc1a6f7ecbf [file] [log] [blame]
{
"name": "Jupiter",
"version": "0.0.2",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "The Swift Weather Framework",
"homepage": "http://comyar.io",
"authors": {
"Comyar Zaheri": "comyarzaheri@gmail.com"
},
"source": {
"git": "https://github.com/comyar/Jupiter.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "2.0"
},
"requires_arc": true,
"dependencies": {
"Unbox": [
"~> 2.3"
]
},
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/*.swift",
"frameworks": "Foundation"
}
]
}