blob: 1cbd0b050911c8dab6c34bf81adc615b5c450f7a [file] [log] [blame]
{
"name": "LytroKit",
"version": "0.1.3",
"summary": "A really cool SDK that logs stuff.",
"homepage": "http://example.com/",
"authors": {
"Name": "sdk@example.com"
},
"license": {
"type": "BSD",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://www.marsmobile.com/FBSDKLytroKit.zip"
},
"source_files": "FBSDKLytroKit.framework/**/*.h",
"public_header_files": "FBSDKLytroKit.framework/**/*.h",
"ios": {
"vendored_frameworks": "FBSDKLytroKit.framework",
"dependencies": {
"FBSDKCoreKit": [
">= 4.31.1"
]
}
}
}