blob: c7ea8a000a669e4c235d69d782319455bdc46081 [file] [log] [blame]
{
"name": "my2c2pSDK",
"version": "3.0.1",
"summary": "2c2p Payment System for iOS",
"description": "2c2p payment system for iOS native.",
"homepage": "http://www.2c2p.com",
"license": {
"type": "MIT"
},
"authors": {
"2c2p_htainlinshwe": "htain.linshwe@2c2p.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://bitbucket.org/2c2p/my2c2p_ios_sdk_public.git",
"tag": "v3.0.1"
},
"source_files": "my2c2pSDK/my2c2pSDK.framework/Headers/*.h",
"resources": "my2c2pSDK/my2c2pResources.bundle",
"preserve_paths": [
"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.framework"
},
"deprecated": true
}