[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / f / 0 / 6 / LaunchDarkly / 1.0.3 / LaunchDarkly.podspec.json
blob5d21a32fc2729ff21afb6f666af0eef89649ca4d
2   "name": "LaunchDarkly",
3   "version": "1.0.3",
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": "1.0.3"
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         "AFNetworking": [
38           "~> 2.5"
39         ],
40         "Mantle": [
41           "~> 2.0"
42         ],
43         "MTLManagedObjectAdapter": [
44           "~> 1.0"
45         ]
46       }
47     }
48   ]