blob: 210dded12678a6b2f0f290cc8d9432bcce406bd0 [file] [log] [blame]
{
"name": "SwiftLocationController",
"version": "0.0.3",
"summary": "Swift based location controller for iOS Apps.",
"swift_version": "4.2",
"description": "A swift based Location controller which can be easily integrated into any app",
"homepage": "https://github.com/omergulzar2/SwiftLocationController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"": "omer.gulzar@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/omergulzar2/SwiftLocationController.git",
"tag": "0.0.3"
},
"source_files": [
"Classes",
"SwiftLocationController/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude"
}