[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 4 / d / DittoKit / 0.4.0-alpha1 / DittoKit.podspec.json
blob2a1df11f7f8df31c21072e0788c7b40271db07a0
2   "name": "DittoKit",
3   "version": "0.4.0-alpha1",
4   "summary": "Ditto lets you sync without the internet",
5   "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.",
6   "homepage": "https://www.ditto.live",
7   "social_media_url": "https://twitter.com/dittolive",
8   "documentation_url": "https://software.ditto.live/cocoa/DittoKit/0.4.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/DittoKit/0.4.0-alpha1/dist/DittoKit-dist.tar.gz"
23   },
24   "vendored_frameworks": "DittoKit.framework",
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   }