blob: d8668a3cfbef153f92e1701932a59e3ce427e4e0 [file] [log] [blame]
{
"name": "Fabric",
"version": "1.0.2",
"summary": "Modular mobile platform that makes it easy for developers to build great apps.",
"homepage": "https://fabric.io",
"authors": "Twitter",
"license": {
"type": "Copyright",
"file": "LICENSE.md"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/zergtmn/Fabric.git",
"tag": "v1.0.2"
},
"requires_arc": true,
"default_subspecs": "Core",
"deprecated_in_favor_of": "FirebaseCrashlytics",
"subspecs": [
{
"name": "Core",
"vendored_frameworks": "Fabric.framework"
},
{
"name": "Crashlytics",
"dependencies": {
"Fabric/Core": [
]
},
"vendored_frameworks": "Crashlytics.framework"
},
{
"name": "MoPub",
"dependencies": {
"Fabric/Core": [
]
},
"vendored_frameworks": "MoPub.framework"
},
{
"name": "Twitter",
"dependencies": {
"Fabric/Core": [
]
},
"vendored_frameworks": "TwitterKit.framework",
"resource_bundles": {
"TwitterKitResources": "TwitterKit.framework/Resources/TwitterKitResources.bundle/*"
}
}
]
}