blob: 88ddf721da4dce4bc229474f6133f9b345e82a13 [file] [log] [blame]
{
"name": "KIceCream",
"version": "1.13.1",
"summary": "Sync Realm with CloudKit",
"description": "Sync Realm Database with CloudKit, written in Swift. It works just like magic.",
"homepage": "https://github.com/kzhiquan/IceCream.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kzhiquan": "kzhiquan@gmail.com"
},
"source": {
"git": "https://github.com/kzhiquan/IceCream.git",
"tag": "1.13.1"
},
"social_media_url": "https://picsee.chitaner.com",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": [
"IceCream/Classes/**/*",
"IceCream/IceCream.h"
],
"public_header_files": [
"IceCream/IceCream.h"
],
"static_framework": true,
"swift_versions": "5.0",
"dependencies": {
"RealmSwift": [
]
},
"swift_version": "5.0"
}