[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / f / 0 / 6 / LaunchDarkly / 2.0 / LaunchDarkly.podspec.json
blob977d5c1520b38b85a7413a546559f9f2973dc37a
2   "name": "LaunchDarkly",
3   "version": "2.0",
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.0"
20   },
21   "source_files": [
22     "Darkly/**/*.{h,m}",
23     "Darkly/*.{h,m}"
24   ],
25   "frameworks": "CoreData",
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Core",
30       "dependencies": {
31         "AFNetworking": [
32           "~> 2.5"
33         ],
34         "Mantle": [
35           "~> 2.0"
36         ],
37         "MTLManagedObjectAdapter": [
38           "~> 1.0"
39         ],
40         "DarklyEventSource": [
41           "~> 1.1.0"
42         ]
43       }
44     }
45   ]