blob: 89f114af2d0544f6f162fb85bd206072066049d3 [file] [log] [blame]
{
"name": "CoreLocationDemo",
"version": "0.1.0",
"summary": "CLLocationManager Singleton in Swift4 using Completion Blocks",
"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.",
"homepage": "https://github.com/MandeepSingh1/CoreLocationDemo",
"license": {
"type": "CUSTOM",
"text": "****************************************************************************************************************************\nThis SDK for iOS is offered under CoreLocationDemo END USER LICENSE AGREEMENT. This is basically for fetching user current location.\n****************************************************************************************************************************\n"
},
"authors": {
"Mandeep Singh": "mandeep.singh671@gmail.com"
},
"source": {
"git": "https://github.com/MandeepSingh1/CoreLocationDemo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "CoreLocationDemo/CurrentLocationSingleton/FetchLocationSingleton.swift"
}