[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 6 / 5 / 2 / EDSunriseSet / 0.1 / EDSunriseSet.podspec.json
blob7fd3d9628f15e01e2ddd3a13c2f4e9a5387a55db
2   "name": "EDSunriseSet",
3   "version": "0.1",
4   "summary": "Objective-C class to calculate Sunrise/Sunset/Twilight times.",
5   "description": "                    EDSunriseSet is an Objective-C wrapper for the C languages routines created by Paul Schlyter.\n                    Calculation is done entirely by the C-code routines. EDSunrisetSet bridges those calculations to common cocoa classes (NSDate, NSTimeZone... )\n\n                      - Calculates Sunrise/Sunset times\n                      - Calculates Civil/Nautical/Astronomical twilight\n",
6   "homepage": "https://github.com/erndev/EDSunriseSet",
7   "license": {
8     "type": "MIT",
9     "file": "license.txt"
10   },
11   "authors": {
12     "Ernesto GarcĂ­a": "",
13     "Paul Schlyter": "pausch@stjarnhimlen.se"
14   },
15   "source": {
16     "git": "https://github.com/erndev/EDSunriseSet.git",
17     "tag": "0.1"
18   },
19   "source_files": "*.{h,m}",
20   "requires_arc": true