[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / b / e / 2 / ReactiveLocation / 3.0.2 / ReactiveLocation.podspec.json
blobfbd9dd4ed975cf982dfa9910e19d2a10009e5eff
2   "name": "ReactiveLocation",
3   "version": "3.0.2",
4   "summary": "Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa",
5   "description": "Simple yet powerful wrapper of CLLocationManager for ReactiveCocoa. With support of requestim permissions and obtaiining user's location. Heading, Regions and Visits.",
6   "homepage": "https://github.com/AckeeCZ/ReactiveLocation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ackee": "info@ackee.cz"
13   },
14   "source": {
15     "git": "https://github.com/AckeeCZ/ReactiveLocation.git",
16     "tag": "3.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ReactiveLocation/*.swift",
22   "dependencies": {
23     "ReactiveSwift": [
24       "~> 3.0"
25     ]
26   }