blob: b89297ae12f2ca21f996809805fa48b4f4ff3772 [file] [log] [blame]
{
"name": "DataStoreKit",
"version": "1.0.8",
"summary": "Consistent interface for accessing data across different ios storage components",
"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",
"homepage": "https://github.com/poolmyride/DataStoreKit",
"license": "MIT",
"authors": {
"Rajat Talwar": "cuterajat26@gmail.com"
},
"source": {
"git": "https://github.com/poolmyride/DataStoreKit.git",
"tag": "1.0.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DataStoreKit": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"CoreData"
]
}