[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 0 / 6 / LaunchDarkly / 0.1.0-beta / LaunchDarkly.podspec.json
blobf73f6bbb06c774da12184453f2458882bc1a8de0
2   "name": "LaunchDarkly",
3   "version": "0.1.0-beta",
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": "0.1.0-beta"
20   },
21   "source_files": [
22     "Darkly/**/*.{h,m}",
23     "Darkly/*.{h,m}"
24   ],
25   "resource_bundles": {
26     "DarklyLibraryModels": [
27       "Darkly/*.xcdatamodeld"
28     ]
29   },
30   "resources": "Darkly/*.xcdatamodeld",
31   "frameworks": "CoreData",
32   "requires_arc": true,
33   "subspecs": [
34     {
35       "name": "Core",
36       "dependencies": {
37         "BlocksKit": [
38           "~> 2.2"
39         ],
40         "AFNetworking": [
41           "~> 2.5"
42         ],
43         "Mantle": [
44           "~> 2.0"
45         ],
46         "MTLManagedObjectAdapter": [
47           "~> 1.0"
48         ]
49       }
50     }
51   ]