[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 0 / 6 / LaunchDarkly / 2.1.1 / LaunchDarkly.podspec.json
blobc11f43af6294d94e673fcae649eac111d85ab122
2   "name": "LaunchDarkly",
3   "version": "2.1.1",
4   "summary": "iOS SDK for LaunchDarkly",
5   "description": "A longer description of darkly in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
6   "homepage": "https://github.com/launchdarkly/ios-client",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "LaunchDarkly": "team@launchdarkly.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/launchdarkly/ios-client.git",
19     "tag": "2.1.1"
20   },
21   "source_files": [
22     "Darkly/**/*.{h,m}",
23     "Darkly/*.{h,m}"
24   ],
25   "requires_arc": true,
26   "subspecs": [
27     {
28       "name": "Core",
29       "dependencies": {
30         "DarklyEventSource": [
31           "~> 1.2.0"
32         ]
33       }
34     }
35   ]