[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / 5 / d / LocationLogger / 0.1.0 / LocationLogger.podspec.json
blob1dc789ea5564500b888fb90e8f517c6a0d32de0a
2   "name": "LocationLogger",
3   "version": "0.1.0",
4   "summary": "Framework dedicated to simplifying the acquisition of the user's geolocation and registering it in a chosen endpoint",
5   "homepage": "https://github.com/ThiagoFerrao/location-logger",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Thiago Ferrao",
11   "source": {
12     "git": "https://github.com/ThiagoFerrao/location-logger.git",
13     "tag": "0.1.0"
14   },
15   "source_files": "LocationLogger/**/*.swift",
16   "frameworks": [
17     "Foundation",
18     "CoreLocation"
19   ],
20   "dependencies": {
21     "Alamofire": [
22       "~> 5.4"
23     ],
24     "RxCocoa": [
25       "~> 6.1"
26     ],
27     "RxSwift": [
28       "~> 6.1"
29     ]
30   },
31   "platforms": {
32     "ios": "10.0"
33   },
34   "swift_versions": "5.1",
35   "swift_version": "5.1"