blob: ab7caf19dda48e51637b73d9ae48f2c9d5083444 [file] [log] [blame]
{
"name": "DittoKitSwift",
"version": "0.4.0-alpha1",
"summary": "Ditto lets you sync without the internet",
"description": "DittoKit 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/DittoKitSwift/0.4.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": {
"DittoKit": [
"= 0.4.0-alpha1"
]
},
"swift_versions": [
"5.2",
"5.3"
],
"platforms": {
"ios": "11.0"
},
"source": {
"http": "https://software.ditto.live/cocoa/DittoKitSwift/0.4.0-alpha1/dist/DittoKitSwift-dist.tar.gz"
},
"vendored_frameworks": "DittoKitSwift.framework",
"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"
}