[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 7 / 0 / GNContextManager / 0.2.1 / GNContextManager.podspec.json
blobb516b2fed26b06a1dbcdcae844d4760e9560e909
2   "name": "GNContextManager",
3   "version": "0.2.1",
4   "summary": "CoreData helper",
5   "description": "                   Manager for helping with CoreData stuff\n",
6   "homepage": "https://github.com/jakubknejzlik/GNContextManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jakub Knejzlik": "jakub.knejzlik@gmail.com"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "git": "https://github.com/jakubknejzlik/GNContextManager.git",
19     "tag": "0.2.1"
20   },
21   "source_files": "GNContextManager/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "CoreData"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "CWLSynthesizeSingleton": [
30     ]
31   }