[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / c / 6 / ALCoreDataManager / 0.1.3 / ALCoreDataManager.podspec.json
blob819335e749ced84da52f3ada4fa1c506e77513ad
2   "name": "ALCoreDataManager",
3   "version": "0.1.3",
4   "summary": "Fast and easy way to get NSManagedObjectContext",
5   "description": "                       Singleton class for getting NSManagedObjectContext in single Model apps fast and easy.\n\n                       * Just set the ModelName in your AppDelegate\n                       * Done!\n",
6   "homepage": "https://github.com/appleios/ALCoreDataManager",
7   "license": "MIT",
8   "authors": {
9     "Aziz U. Latypov": "vm06lau@mail.ru"
10   },
11   "source": {
12     "git": "https://github.com/appleios/ALCoreDataManager.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "frameworks": [
21     "CoreData",
22     "Foundation"
23   ]