blob: f11968d3428fe22d929af77ef5c73f15b187831b [file] [log] [blame]
{
"name": "APTpay",
"version": "0.1.4",
"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.4"
},
"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)",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"preserve_paths": "TransferujSDK.framework"
}