[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / f / d / DataStoreKit / 2.0.1 / DataStoreKit.podspec.json
bloba27b8f0ae9074c297af304a761d0392df8c8e490
2   "name": "DataStoreKit",
3   "version": "2.0.1",
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": "2.0.1"
14   },
15   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n    #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n    #define TARGET_OS_WATCH 0\n#endif",
16   "platforms": {
17     "ios": "8.0",
18     "watchos": "2.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*.swift",
22   "frameworks": [
23     "UIKit",
24     "CoreData"
25   ]