[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 8 / 9 / c / Jupiter / 0.0.2 / Jupiter.podspec.json
blob88be3155648c337298e0fcaf22ab4cc1a6f7ecbf
2   "name": "Jupiter",
3   "version": "0.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "The Swift Weather Framework",
9   "homepage": "http://comyar.io",
10   "authors": {
11     "Comyar Zaheri": "comyarzaheri@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/comyar/Jupiter.git",
15     "tag": "0.0.2"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.12",
20     "tvos": "10.0",
21     "watchos": "2.0"
22   },
23   "requires_arc": true,
24   "dependencies": {
25     "Unbox": [
26       "~> 2.3"
27     ]
28   },
29   "default_subspecs": "Core",
30   "pushed_with_swift_version": "3.0",
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "Sources/*.swift",
35       "frameworks": "Foundation"
36     }
37   ]