[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / 8 / 4 / c / FESSolarCalculator / 0.1.0 / FESSolarCalculator.podspec.json
blob8b71a8373c7954e48b541de4316d0eee2e44836e
2   "name": "FESSolarCalculator",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Calculate sunrise, sunset, and twilight times for a given location and date.",
9   "homepage": "https://github.com/FriskyElectrocat/FESSolarCalculator",
10   "authors": {
11     "danimal": "dan@danimal.org"
12   },
13   "source": {
14     "git": "https://github.com/FriskyElectrocat/FESSolarCalculator.git",
15     "tag": "0.1.0"
16   },
17   "description": "Calculate sunrise, sunset, and twilight times for a given location and date. Provides sunrise, sunset, solar noon, civil twilight, nautical twilight, and astronomical twilight times. Calculations can be limited to only those the developer is interested in.",
18   "requires_arc": true,
19   "frameworks": "CoreLocation",
20   "source_files": "Source/*.{h,m}"