blob: 416dcba1aa8ceb8cc55a33b0ef49ca567e0a3255 [file] [log] [blame]
{
"name": "my2c2pSDK",
"version": "3.0.6.6",
"summary": "2c2p Payment System for iOS",
"description": "2c2p payment system for iOS native.",
"homepage": "https://s.2c2p.com/Manuals/ios/index.html",
"license": {
"type": "MIT"
},
"authors": {
"Chatchawal Saesee": "chatchawal@2c2p.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sunsunz/My2c2pSDK.git",
"tag": "3.0.6.6"
},
"source_files": "My2c2pSDK/My2c2pSDK/my2c2pSDK.framework/Headers/*.h",
"resources": "My2c2pSDK/My2c2pSDK/my2c2pResources.bundle",
"preserve_paths": [
"My2c2pSDK/My2c2pSDK/my2c2pSDK.framework",
"my2c2pSDK/my2c2p/my2c2pResources.bundle"
],
"frameworks": [
"QuartzCore",
"Security",
"PassKit"
],
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -lstdc++"
},
"ios": {
"vendored_frameworks": "My2c2pSDK/My2c2pSDK/my2c2pSDK.framework"
},
"deprecated": true
}