Skip to content

Instantly share code, notes, and snippets.

@fluidsonic
Created August 3, 2015 11:39
Show Gist options
  • Save fluidsonic/5c82accb37b4ae3a43d9 to your computer and use it in GitHub Desktop.
Save fluidsonic/5c82accb37b4ae3a43d9 to your computer and use it in GitHub Desktop.
{
"name": "Fabric",
"version": "1.3.0",
"summary": "Fabric by Twitter, Inc.",
"homepage": "https://fabric.io",
"authors": "Twitter",
"license": {
"type": "Commercial",
"text": "Fabric: Copyright 2015 Twitter, Inc. All Rights Reserved. Use of this software is subject to the terms and conditions of the Fabric Software and Services Agreement located at https://fabric.io/terms. OSS: http://get.fabric.io/terms/opensource.txt"
},
"platforms": {
"ios": "5.0"
},
"source": {
"http": "https://kit-downloads.fabric.io/ios/io.fabric.sdk.ios/1.3.0/io.fabric.sdk.ios-default.zip"
},
"requires_arc": true,
"default_subspecs": "Base",
"frameworks": "UIKit",
"libraries": [
"z",
"c++"
],
"subspecs": [
{
"name": "Base",
"vendored_frameworks": "Fabric.framework",
"public_header_files": "Fabric.framework/Headers/*.h"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment