getui-gsiopsdk-ios-cocoapods
个验 iOS SDK CocoaPods 集成库
Podfile 配置
platform :ios, "7.0"
pod 'GSIOPSDK'
GSIOPSDK-1.2.9.0 版本及以前版本,需要固定 GTCommonSDK 在 3.0.0.0 以前版本,例如:
pod 'GTCommonSDK', "1.2.8.2"
GSIOPSDK-1.3.0.0 版本及以后版本,需要使用 GTCommonSDK 在 3.0.0.0 以后版本。