[Add] UMCommon 7.5.1
[CocoaPods.git] / Specs / f / 0 / 6 / LaunchDarkly / 5.3.1 / LaunchDarkly.podspec.json
blob7dd478b05e4254a7e25a5bb3d7da5d92ec33d647
2   "name": "LaunchDarkly",
3   "version": "5.3.1",
4   "summary": "iOS SDK for LaunchDarkly",
5   "description": "LaunchDarkly is the feature management platform that software teams use to build better software, faster. Development teams use feature management as a best practice to separate code deployments from feature releases. With LaunchDarkly teams control their entire feature lifecycles from concept to launch to value.\nWith LaunchDarkly, you can:\n* Release a new feature to a subset of your users, like a group of users who opt-in to a beta tester group.\n* Slowly roll out a feature to an increasing percentage of users and track the effect that feature has on key metrics.\n* Instantly turn off a feature that is causing problems, without re-deploying code or restarting the application with a changed config file.\n* Maintain granular control over your users’ experience by granting access to certain features based on any attribute you choose. For example, provide different users with different functionality based on their payment plan.\n* Disable parts of your application to facilitate maintenance, without taking everything offline.",
6   "homepage": "https://github.com/launchdarkly/ios-client-sdk",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "LaunchDarkly": "sdks@launchdarkly.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "watchos": "3.0",
17     "tvos": "10.0",
18     "osx": "10.12"
19   },
20   "source": {
21     "git": "https://github.com/launchdarkly/ios-client-sdk.git",
22     "tag": "5.3.1"
23   },
24   "source_files": "LaunchDarkly/LaunchDarkly/**/*.{h,m,swift}",
25   "requires_arc": true,
26   "swift_versions": "5.0",
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "LDSwiftEventSource": [
32           "1.2.0"
33         ]
34       }
35     }
36   ],
37   "swift_version": "5.0"