[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 0 / a / c / Fabric / 1.1.1 / Fabric.podspec.json
blob466b420ca9c6a07cff60e37ae9fc4715a33824e4
2   "name": "Fabric",
3   "version": "1.1.1",
4   "summary": "Fabric by Twitter, Inc.",
5   "homepage": "https://fabric.io",
6   "authors": "Twitter",
7   "license": {
8     "type": "Copyright",
9     "file": "LICENSE.md"
10   },
11   "platforms": {
12     "ios": "5.0"
13   },
14   "source": {
15     "git": "https://github.com/zergtmn/Fabric.git",
16     "tag": "v1.1.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "deprecated_in_favor_of": "FirebaseCrashlytics",
21   "subspecs": [
22     {
23       "name": "Core",
24       "vendored_frameworks": "Fabric.framework"
25     },
26     {
27       "name": "Crashlytics",
28       "dependencies": {
29         "Fabric/Core": [
31         ]
32       },
33       "vendored_frameworks": "Crashlytics.framework"
34     },
35     {
36       "name": "MoPub",
37       "dependencies": {
38         "Fabric/Core": [
40         ]
41       },
42       "vendored_frameworks": "MoPub.framework",
43       "resource_bundles": {
44         "MoPub": "MoPub.framework/Resources/MoPub.bundle/*"
45       }
46     },
47     {
48       "name": "Twitter",
49       "dependencies": {
50         "Fabric/Core": [
52         ]
53       },
54       "vendored_frameworks": "TwitterKit.framework",
55       "resource_bundles": {
56         "TwitterKitResources": "TwitterKit.framework/Resources/TwitterKitResources.bundle/*"
57       }
58     }
59   ]