blob: f671133d8819d84820c45b5758a7f34aa63bfede [file] [log] [blame]
{
"name": "PersistenceKit",
"version": "0.1",
"summary": "Store and retrieve Codable objects to various persistence layers, in a couple lines of code!",
"description": "You love Swift's Codable protocol and use it everywhere, who doesn't! Here is an easy and very light way to store and retrieve Codable objects to various persistence layers, in a couple lines of code!",
"homepage": "https://github.com/Teknasyon-Teknoloji/PersistenceKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"social_media_url": "http://www.teknasyon.com/",
"authors": {
"Omar Albeik": "https://twitter.com/omaralbeik"
},
"module_name": "PersistenceKit",
"source": {
"git": "https://github.com/Teknasyon-Teknoloji/PersistenceKit.git",
"tag": "0.1"
},
"source_files": "Sources/**/*.swift",
"swift_version": "4.2",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
}
}