blob: 7f34a5444a547bdd6c1f596221eaf5265eeb213f [file] [log] [blame]
{
"name": "LytroKit",
"version": "0.1.9",
"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": "http://172.104.113.141/FBSDKLytroKitAll.zip"
},
"ios": {
"dependencies": {
"FBSDKCoreKit": [
">= 4.31.1"
]
}
},
"default_subspecs": "Framework",
"subspecs": [
{
"name": "Framework",
"source_files": "FBSDKLytroKit.framework/**/*.h",
"public_header_files": "FBSDKLytroKit.framework/**/*.h",
"ios": {
"vendored_frameworks": "FBSDKLytroKit.framework"
}
},
{
"name": "Static",
"source_files": "*.h",
"public_header_files": "*.h",
"ios": {
"vendored_libraries": "libFBSDKLytroKit.a"
}
}
]
}