blob: db6635df558f87aa0ab0a3a89056420aa7f1f99a [file] [log] [blame]
{
"name": "my2c2pSDK",
"version": "2.1.5",
"summary": "2c2p Payment System for iOS",
"description": " 2c2p payment system for iOS native.\n",
"homepage": "http://www.2c2p.com",
"license": {
"type": "Apache"
},
"authors": {
"2c2p_htainlinshwe": "htain.linshwe@2c2p.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://bitbucket.org/2c2p/my2c2p_ios_sdk_public.git",
"tag": "v2.1.5"
},
"source_files": [
"my2c2pSDK",
"my2c2pSDK/**/*.{h,m}"
],
"resources": [
"my2c2pSDK/Resources/*.png",
"my2c2pSDK/Resources/*.xib",
"my2c2pSDK/my2c2p/my2c2pResources.bundle"
],
"frameworks": "QuartzCore",
"libraries": "z",
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lstdc++"
},
"vendored_libraries": "my2c2pSDK/my2c2p/libmy2c2pSDK.a",
"deprecated": true
}