blob: 111e55e5e47658e7624dc44c9dd2f24ef7f7d01f [file] [log] [blame]
{
"name": "DataStoreManager",
"version": "0.9.1",
"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",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/zaidmsaid/DataStoreManager.git",
"tag": "0.9.1"
},
"source_files": "Sources/**/*.{h,swift}",
"frameworks": [
"Security",
"LocalAuthentication",
"CloudKit"
],
"requires_arc": true,
"cocoapods_version": ">= 1.6.0",
"swift_version": "5.0"
}