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