blob: 647d16ab0f4191ec72404df0ec717571791b256d [file] [log] [blame]
{
"name": "FSRealm",
"version": "1.0.0",
"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.0",
"source": {
"git": "https://github.com/fengsh998/FSRealm.git",
"tag": "1.0.0"
},
"source_files": "FSRealmExample/Core/**/*.swift",
"dependencies": {
"RealmSwift": [
"~> 5.3.3"
]
},
"swift_version": "4.0"
}