blob: 30cef160a3d61b24ad2d2ab16071b274cee1f06a [file] [log] [blame]
{
"name": "CFRealmCache",
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "CFRealmCache is a Swift module for Realm",
"homepage": "https://github.com/swift365/CFRealmCache",
"authors": {
"chengfei.heng": "hengchengfei@sina.com"
},
"source": {
"git": "https://github.com/swift365/CFRealmCache.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"CFRealmCache/Classes/*",
"CFRealmCache/Classes/**/*.swift"
],
"dependencies": {
"RealmSwift": [
],
"ObjectMapper": [
]
},
"pushed_with_swift_version": "3.0"
}