blob: e187ca7ae1fd95f2ddfbc8454a8d19dab0668d8f [file] [log] [blame]
{
"name": "SimpleStoreData",
"version": "0.1.1",
"summary": "Swift编写的数据存储简化(暂时只有存储到UserDefault)",
"description": "SimpleStoreData一个纯Swift的框架, 为了更简单、更结构化地存储和读写数据, 提供多种数据存储方式选择(暂时只有UserDefault)。",
"homepage": "https://github.com/skytoup/SimpleStoreData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"skytoup": "skytoupone1@gmail.com"
},
"source": {
"git": "https://github.com/skytoup/SimpleStoreData.git",
"tag": "0.1.1"
},
"swift_versions": [
"5.1",
"5.2"
],
"platforms": {
"ios": "9.0",
"osx": "10.13",
"watchos": "5.0"
},
"source_files": "SimpleStore/**/*.swift",
"frameworks": "Foundation",
"swift_version": "5.2"
}