[Add] TappSDK 1.0.42
[CocoaPods.git] / Specs / 3 / 5 / 2 / Solar / 2.0.0 / Solar.podspec.json
blob0bda9db79dfcdcc6861e473826b17b2c8019e694
2   "name": "Solar",
3   "version": "2.0.0",
4   "summary": "A Swift library for generating Sunrise and Sunset times.",
5   "description": "A Swift library for generating Sunrise and Sunset times. All calculations take place locally without the need for a network request.",
6   "homepage": "http://github.com/ceek/solar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Howell": "chris.kevin.howell@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "tvos": "9.0",
17     "osx": "10.9"
18   },
19   "source": {
20     "git": "https://github.com/ceek/Solar.git",
21     "tag": "2.0.0"
22   },
23   "source_files": "Solar/*.{swift}",
24   "requires_arc": true,
25   "pushed_with_swift_version": "3.0"