blob: c384ffd3cbb954ed57a20ccf3798251cc7b5eea0 [file] [log] [blame]
{
"name": "IStation_iOS_SDK",
"version": "1.0.2",
"license": {
"type": "Copyright",
"text": " Copyright 2018 Sykes \n"
},
"homepage": "http://onesykes.com/",
"authors": {
"sunyan": "yansun2006@126.com"
},
"summary": "iStation客服访客端 iOS SDK.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sykesiStation/IStation_iOS_SDK.git",
"tag": "1.0.2"
},
"resources": [
"IStationSDK/IStationResource.bundle"
],
"vendored_frameworks": "IStationSDK/*.{framework}",
"frameworks": [
"UIKit",
"MobileCoreServices",
"SystemConfiguration",
"AVFoundation",
"CoreGraphics",
"ImageIO",
"CoreFoundation",
"UserNotifications"
],
"libraries": "stdc++.6.0.9",
"requires_arc": true,
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 13.2.1"
]
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}