blob: c8c18a336311309a9c618b29bb217e20e873a7b8 [file] [log] [blame]
{
"name": "APTpay",
"version": "0.1.3",
"summary": "Tpay polish payments library.",
"description": "Pod that merely embeds the Tpay.com polish payments framework.",
"homepage": "https://github.com/apascual/APTpay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"apascual": "abelpascual@gmail.com"
},
"source": {
"git": "https://github.com/apascual/APTpay.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/Abel_Pascual",
"platforms": {
"ios": "8.0"
},
"source_files": "TransferujSDK.framework/Headers/*.h",
"requires_arc": true,
"ios": {
"vendored_frameworks": "TransferujSDK.framework"
},
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited)",
"ENABLE_BITCODE": "NO"
},
"preserve_paths": "TransferujSDK.framework"
}