blob: d8fd68bc5fc3f4dfd0371f7f695ae95711bd8458 [file] [log] [blame]
{
"name": "DataStoreManager",
"version": "0.6.0",
"summary": "This library allows you to easily manage persistent data in your iOS app.",
"description": "DataStoreManager is a persistent data framework written in Swift\nand can be used with Objective-C.",
"homepage": "https://github.com/zaidmsaid/DataStoreManager",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Zaid M. Said": "zaid.shr@gmail.com"
},
"social_media_url": "https://twitter.com/sentulasia",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zaidmsaid/DataStoreManager.git",
"tag": "0.6.0"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": "XCTest",
"requires_arc": true,
"cocoapods_version": ">= 1.6.0",
"swift_version": "5.0"
}