[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / 3 / 9 / FSRealm / 1.0.1 / FSRealm.podspec.json
blob3a77c1ee3cb7da3e07e57ac479cf60c5036df2c3
2   "name": "FSRealm",
3   "version": "1.0.1",
4   "summary": "FSRealm是对realm的二次封装,便用使用",
5   "description": "Realm 的二次封装,方便使用! 对realm的接口进行封装,包括数据迁移接口,\n                       删除文件接口。",
6   "homepage": "https://github.com/fengsh998/FSRealm",
7   "license": "MIT",
8   "authors": {
9     "fengsh": "fengsh998@163.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_versions": "4.2",
15   "source": {
16     "git": "https://github.com/fengsh998/FSRealm.git",
17     "tag": "1.0.1"
18   },
19   "source_files": "Core/**/*.swift",
20   "dependencies": {
21     "RealmSwift": [
22       "~> 5.3.3"
23     ]
24   },
25   "swift_version": "4.2"