[Add] ZegoUIKitSignalingPlugin 2.5.5
[CocoaPods.git] / Specs / 7 / f / d / DataStoreKit / 1.0.8 / DataStoreKit.podspec.json
blobb89297ae12f2ca21f996809805fa48b4f4ff3772
2   "name": "DataStoreKit",
3   "version": "1.0.8",
4   "summary": "Consistent interface for accessing data across different ios storage components",
5   "description": "DataStoreKit is a light-weight collection of classes providing the tools for modelling and interacting with data collections and objects. It is designed to work with a variety of data storage mediums(CoreData,Network,File,NSUserDefaults), and provide a consistent interface for accessing data across different storage components",
6   "homepage": "https://github.com/poolmyride/DataStoreKit",
7   "license": "MIT",
8   "authors": {
9     "Rajat Talwar": "cuterajat26@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/poolmyride/DataStoreKit.git",
13     "tag": "1.0.8"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "DataStoreKit": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "CoreData"
28   ]