blob: 73cc6a5c7496180ce49591b51fd05498638c5204 [file] [log] [blame]
{
"name": "SnapSDK",
"version": "1.6.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": "9.0"
},
"documentation_url": "https://docs.snapchat.com/docs/",
"source": {
"http": "https://storage.googleapis.com/snap-kit-build/scsdk/ios/release/latest/SCSDK-1.6.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",
"< 3.1"
],
"PINOperation": [
"~> 1.1"
]
}
},
{
"name": "SCSDKStoryKit",
"vendored_frameworks": [
"SCSDKStoryKit.framework",
"SCSDKCoreKit.framework"
]
}
]
}