[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 0 / a / c / Fabric / 1.2 / Fabric.podspec.json
blobf2da55951d22f3892f62912aeb84056a2a242db2
2   "name": "Fabric",
3   "version": "1.2",
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.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       "public_header_files": "Fabric.framework/Versions/A/Headers/*.h"
26     },
27     {
28       "name": "Crashlytics",
29       "vendored_frameworks": "Crashlytics.framework",
30       "public_header_files": "Crashlytics.framework/Versions/A/Headers/*.h"
31     },
32     {
33       "name": "MoPub",
34       "vendored_frameworks": "MoPub.framework",
35       "resource_bundles": {
36         "MoPub": "MoPub.framework/Resources/MoPub.bundle/*"
37       }
38     },
39     {
40       "name": "Twitter",
41       "vendored_frameworks": "TwitterKit.framework",
42       "resource_bundles": {
43         "TwitterKitResources": "TwitterKit.framework/Resources/TwitterKitResources.bundle/*"
44       }
45     }
46   ]