blob: 21b9cb3396368dd3587429236a1d98d921426b26 [file] [log] [blame]
{
"name": "SnapSDK",
"version": "1.6.6",
"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.6.tar.gz",
"type": "tgz"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"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.2"
]
}
},
{
"name": "SCSDKStoryKit",
"vendored_frameworks": [
"SCSDKStoryKit.framework",
"SCSDKCoreKit.framework"
]
}
]
}