blob: 2a1df11f7f8df31c21072e0788c7b40271db07a0 [file] [log] [blame]
{
"name": "DittoKit",
"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/DittoKit/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"
},
"platforms": {
"ios": "11.0"
},
"source": {
"http": "https://software.ditto.live/cocoa/DittoKit/0.4.0-alpha1/dist/DittoKit-dist.tar.gz"
},
"vendored_frameworks": "DittoKit.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))"
}
}