blob: 5018eb5e54e148a30f46f13d5bda166b860eeda9 [file] [log] [blame]
{
"name": "SobotKit",
"version": "2.9.8",
"summary": "A marquee view used on iOS.",
"description": "It is marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/ZCSDK/SobotKit",
"license": "MIT",
"authors": {
"zhangxy": "app_dev@sobot.com"
},
"source": {
"git": "https://github.com/ZCSDK/SobotKit.git",
"tag": "2.9.8"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"VALID_ARCHS": "x86_64 armv7 arm64"
},
"frameworks": [
"AudioToolbox",
"AssetsLibrary",
"SystemConfiguration",
"AVFoundation",
"MobileCoreServices",
"WebKit"
],
"resources": "SobotKit.bundle",
"ios": {
"vendored_frameworks": "SobotKit.framework"
}
}