[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 8 / f / 1 / CoreLocationDemo / 0.20 / CoreLocationDemo.podspec.json
blob5ac9fc17fc37e8304b549b049f29b138bfdf2797
2   "name": "CoreLocationDemo",
3   "version": "0.20",
4   "summary": "CLLocationManager Singleton in Swift4 using Completion Blocks",
5   "description": "This is basically for fetching user current location, In this example Singleton class use for share location service in swift4. This class will auto update location when user change current location using Completion Blocks with error handlling as well.",
6   "homepage": "https://github.com/MandeepSingh1/CoreLocationDemo",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mandeep Singh": "mandeep.singh671@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MandeepSingh1/CoreLocationDemo",
16     "tag": "0.20"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "source_files": "CoreLocationDemo/CurrentLocationSingleton/FetchLocationSingleton.swift"