[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 9 / 1 / d / FRCDataManager / 0.1.4 / FRCDataManager.podspec.json
blob8db7151c0bd0ebec42ab92e661758fd52b83e3ee
2   "name": "FRCDataManager",
3   "version": "0.1.4",
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.4"
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   }