blob: 1cec7525c34877119ef2e89834abb6d5d32390c1 [file] [log] [blame]
{
"name": "SnapSDK",
"version": "1.1.0",
"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.0.tar.gz",
"type": "tgz"
},
"subspecs": [
{
"name": "SCSDKCreativeKit",
"vendored_frameworks": [
"SCSDKCreativeKit.framework",
"SCSDKCoreKit.framework"
],
"resource_bundles": {
"SCSDKCreativeKit": [
"SCSDKCreativeKit.framework/Resource/*",
"SCSDKCoreKit.framework/Resource/*"
]
},
"dependencies": {
"YYImage": [
"~> 1.0.4"
],
"YYImage/WebP": [
],
"Protobuf": [
"~> 3.5"
]
}
},
{
"name": "SCSDKLoginKit",
"vendored_frameworks": [
"SCSDKLoginKit.framework",
"SCSDKCoreKit.framework"
],
"resource_bundles": {
"SCSDKLoginKit": [
"SCSDKLoginKit.framework/Resource/*",
"SCSDKCoreKit.framework/Resource/*"
]
},
"dependencies": {
"Protobuf": [
"~> 3.5"
]
}
},
{
"name": "SCSDKBitmojiKit",
"vendored_frameworks": [
"SCSDKBitmojiKit.framework",
"SCSDKCoreKit.framework"
],
"resource_bundles": {
"SCSDKBitmojiKit": [
"SCSDKBitmojiKit.framework/Resource/*",
"SCSDKCoreKit.framework/Resource/*"
]
},
"dependencies": {
"Protobuf": [
"~> 3.5"
],
"PINCache": [
"~> 2.3"
],
"PINOperation": [
"~> 1.1"
]
}
}
]
}