blob: 45eed6c757c2fc28def6b90a8a8a315944a19280 [file] [log] [blame]
{
"name": "JVerification",
"version": "2.1.1",
"summary": "Offically supported JVerification iOS SDK Pod. 官方支持的 SDK.",
"description": "JVerification SDK for iOS. \n极光认证整合了三大运营商的号码认证能力,为开发者提供了快速验证用户输入的手机号码和本机SIM卡号码一致性的功能,提高用户体验和安全性",
"homepage": "http://www.jiguang.cn/",
"license": "MIT",
"authors": {
"jpush": "380108184@qq.com"
},
"source": {
"http": "https://sdkfiledl.jiguang.cn/cocoapods/jverification/JVerification-iOS-2.1.1.zip"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"CoreTelephony",
"AudioToolbox",
"SystemConfiguration",
"CoreFoundation",
"CFNetwork",
"AVFoundation",
"CoreAudio",
"Security",
"CoreLocation",
"AdSupport",
"MobileCoreServices"
],
"libraries": [
"sqlite3.0",
"z",
"resolv",
"c++.1"
],
"source_files": "*.h",
"vendored_frameworks": "*.framework",
"vendored_libraries": "*.a",
"dependencies": {
"JCore": [
"~> 1.2.6"
]
},
"xcconfig": {
"VALID_ARCHS": "armv7 armv7s arm64"
}
}