[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 3 / DayTimeCalculator / 1.0.0 / DayTimeCalculator.podspec.json
blob2f54b8cc418e6738d7a0318543584a4bbfc90b11
2   "name": "DayTimeCalculator",
3   "version": "1.0.0",
4   "summary": "DayTime Calculator is a tool to help me calculate sunrise and sunset time",
5   "description": "A small library to calculate sun rise and sun set time. Provide latitude and longitude, return an UTC Date that's that day's sun rise or sun set time",
6   "homepage": "https://github.com/olddonkey/DayTimeCalculator",
7   "license": "MIT",
8   "authors": {
9     "olddonkey": "olddonkeyblog@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/olddonkey/DayTimeCalculator.git",
16     "tag": "1.0.0"
17   },
18   "source_files": [
19     "DayTimeCalculator/*.swift",
20     "DayTimeCalculator/Source/*.swift"
21   ],
22   "frameworks": "Foundation",
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "3.0"
25   },
26   "requires_arc": true,
27   "pushed_with_swift_version": "3.0"