[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / 1 / d / FRCDataManager / 0.1.0 / FRCDataManager.podspec.json
blob2b7df8802e99a51db907e53b8db7dac02510f140
2   "name": "FRCDataManager",
3   "version": "0.1.0",
4   "summary": "This is a helper library for NSFetchResultsController",
5   "description": "This pod is useful when using NSFetchresultsController, basically is an wrapper that splits the responsability of DataManager and Controller. Please Extend one of FRC Data Manger Classes that suits better for your needs.",
6   "homepage": "https://github.com/DanielMandea/FRCDataManager.git",
7   "license": "MIT",
8   "authors": {
9     "Mandea Daniel": "daniel.mandea@yahoo.com"
10   },
11   "source": {
12     "git": "https://github.com/DanielMandea/FRCDataManager.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "FRCDataManager": [
22       "Pod/Assets/*.png"
23     ]
24   }