[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / d / DataStoreKit / 1.2.4 / DataStoreKit.podspec.json
blob5bb33e5311b3741284c720de2008898158f5b1dc
2   "name": "DataStoreKit",
3   "version": "1.2.4",
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.2.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "frameworks": [
21     "UIKit",
22     "CoreData"
23   ]