[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / c / Fabric / 1.0.2 / Fabric.podspec.json
blobd8668a3cfbef153f92e1701932a59e3ce427e4e0
2   "name": "Fabric",
3   "version": "1.0.2",
4   "summary": "Modular mobile platform that makes it easy for developers to build great apps.",
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.0.2"
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     },
44     {
45       "name": "Twitter",
46       "dependencies": {
47         "Fabric/Core": [
49         ]
50       },
51       "vendored_frameworks": "TwitterKit.framework",
52       "resource_bundles": {
53         "TwitterKitResources": "TwitterKit.framework/Resources/TwitterKitResources.bundle/*"
54       }
55     }
56   ]