blob: 3a77c1ee3cb7da3e07e57ac479cf60c5036df2c3 [file] [log] [blame]
{
"name": "FSRealm",
"version": "1.0.1",
"summary": "FSRealm是对realm的二次封装,便用使用",
"description": "Realm 的二次封装,方便使用! 对realm的接口进行封装,包括数据迁移接口,\n 删除文件接口。",
"homepage": "https://github.com/fengsh998/FSRealm",
"license": "MIT",
"authors": {
"fengsh": "fengsh998@163.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/fengsh998/FSRealm.git",
"tag": "1.0.1"
},
"source_files": "Core/**/*.swift",
"dependencies": {
"RealmSwift": [
"~> 5.3.3"
]
},
"swift_version": "4.2"
}