blob: 1c99166f2abb21590a2017dd5c5efd5ffc944112 [file] [log] [blame]
{
"name": "SnapSDK",
"version": "1.4.2",
"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.4.2.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"
]
}
]
}