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