[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 3 / GNLocationManager / 0.1.3 / GNLocationManager.podspec.json
blob6e27c960318fea9e107e51cacd942f585891e5b3
2   "name": "GNLocationManager",
3   "version": "0.1.3",
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   },
17   "source": {
18     "git": "https://github.com/jakubknejzlik/GNLocationManager.git",
19     "tag": "0.1.3"
20   },
21   "source_files": [
22     "GNLocationManager",
23     "GNLocationManager/**/*.{h,m}"
24   ],
25   "frameworks": "CoreLocation",
26   "requires_arc": true,
27   "dependencies": {
28     "CWLSynthesizeSingleton": [
30     ]
31   }