[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 1 / 2 / 5 / DittoSyncKit / 1.0.0-alpha1 / DittoSyncKit.podspec.json
blob316e4d8a529cc8ff88ad58e063455e13299d624b
2   "name": "DittoSyncKit",
3   "version": "1.0.0-alpha1",
4   "summary": "Ditto lets you sync without the internet",
5   "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.",
6   "homepage": "https://www.ditto.live",
7   "social_media_url": "https://twitter.com/dittolive",
8   "documentation_url": "https://software.ditto.live/cocoa/DittoSyncKit/1.0.0-alpha1/api-reference",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.md"
12   },
13   "authors": {
14     "Maximilian Alexander": "max@ditto.live",
15     "Adam Fish": "adam@ditto.live",
16     "Hamilton Chapman": "hamilton@ditto.live"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source": {
22     "http": "https://software.ditto.live/cocoa/DittoSyncKit/1.0.0-alpha1/dist/DittoSyncKit-dist.tar.gz"
23   },
24   "vendored_frameworks": "DittoSyncKit.xcframework",
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64": "arm64 arm64e armv7 armv7s armv6 armv8",
27     "EXCLUDED_ARCHS": "$(inherited) $(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT))"
28   },
29   "deprecated_in_favor_of": "DittoObjC"