[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 9 / 1 / d / FRCDataManager / 0.1.1 / FRCDataManager.podspec.json
blob723e0553a5707f29d351e8ad33610261d196f6b4
2   "name": "FRCDataManager",
3   "version": "0.1.1",
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.1"
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   }