blob: dbd26a4d9012acae92d019d021801a9c37f649e8 [file] [log] [blame]
{
"name": "DataStoreKit",
"version": "1.2.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.2.8"
},
"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",
"platforms": {
"ios": "8.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"frameworks": [
"UIKit",
"CoreData"
]
}