[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 3 / GNLocationManager / 0.0.4 / GNLocationManager.podspec.json
blob0d5b9ec835d89b7e5ee147838723dc9846a32f93
2   "name": "GNLocationManager",
3   "version": "0.0.4",
4   "summary": "Manager for handling locations update easier",
5   "description": "                   Manager for handling locations update easier.\n",
6   "homepage": "https://github.com/jakubknejzlik/GNLocationManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jakub Knejzlik": "jakub.knejzlik@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.1",
16     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/jakubknejzlik/GNLocationManager.git",
20     "tag": "0.0.4"
21   },
22   "source_files": [
23     "GNLocationManager",
24     "GNLocationManager/**/*.{h,m}"
25   ],
26   "frameworks": "CoreLocation",
27   "requires_arc": true,
28   "dependencies": {
29     "CWLSynthesizeSingleton": [
31     ]
32   }