blob: 26f96d42fda5e979b9277c6d07f4380600143039 [file] [log] [blame]
{
"name": "SnapSDK",
"version": "1.1.5",
"summary": "Snap Kit lets developers like you integrate some of Snapchat’s best features across your platform.",
"homepage": "https://kit.snapchat.com",
"license": {
"type": "Snap Developer Terms of Service",
"file": "LICENSE"
},
"authors": "Snap",
"platforms": {
"ios": "10.0"
},
"documentation_url": "https://docs.snapchat.com/docs/",
"source": {
"http": "https://storage.googleapis.com/snap-kit-build/scsdk/ios/release/latest/SCSDK-1.1.5.tar.gz",
"type": "tgz"
},
"subspecs": [
{
"name": "SCSDKCreativeKit",
"vendored_frameworks": [
"SCSDKCreativeKit.framework",
"SCSDKCoreKit.framework"
]
},
{
"name": "SCSDKLoginKit",
"vendored_frameworks": [
"SCSDKLoginKit.framework",
"SCSDKCoreKit.framework"
]
},
{
"name": "SCSDKBitmojiKit",
"vendored_frameworks": [
"SCSDKBitmojiKit.framework",
"SCSDKCoreKit.framework"
],
"dependencies": {
"PINCache": [
"~> 2.3"
],
"PINOperation": [
"~> 1.1"
]
}
}
]
}