[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / d / FRCDataManager / 0.1.5 / FRCDataManager.podspec.json
blob62e6106d9f2f1f26ab269e13e62ab7e4fddef0d3
2   "name": "FRCDataManager",
3   "version": "0.1.5",
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.5"
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   }