blob: 3d6edaef3846d99477dae48fc9b50a3f311dd41a [file] [log] [blame]
{
"name": "DittoSyncKitSwift",
"version": "1.0.0-alpha1",
"summary": "Ditto lets you sync without the internet",
"description": "DittoSyncKit is an SDK that helps you build incredible data sync applications.\nSync JSON-like data structures with other devices over WiFi, Servers,\nWiFi Direct, and even Bluetooth LE, all without worrying about the\ncomplexities of building a multipeer application.",
"homepage": "https://www.ditto.live",
"social_media_url": "https://twitter.com/dittolive",
"documentation_url": "https://software.ditto.live/cocoa/DittoSyncKitSwift/1.0.0-alpha1/api-reference",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Maximilian Alexander": "max@ditto.live",
"Adam Fish": "adam@ditto.live",
"Hamilton Chapman": "hamilton@ditto.live"
},
"dependencies": {
"DittoSyncKit": [
"= 1.0.0-alpha1"
]
},
"swift_versions": [
"5.2",
"5.3"
],
"platforms": {
"ios": "11.0"
},
"source": {
"http": "https://software.ditto.live/cocoa/DittoSyncKitSwift/1.0.0-alpha1/dist/DittoSyncKitSwift-dist.tar.gz"
},
"vendored_frameworks": "DittoSyncKitSwift.xcframework",
"user_target_xcconfig": {
"EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64": "arm64 arm64e armv7 armv7s armv6 armv8",
"EXCLUDED_ARCHS": "$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))"
},
"swift_version": "5.3"
}