blob: 5ec3e6f7cfbb90bd451016d25b9d4d1de3114f5b [file] [log] [blame]
{
"name": "PayMillSDK",
"version": "1.0.3",
"summary": "PAYMILL iOS SDK enables processing of payments for iOS applications. Visit http://www.paymill.com for more information.",
"homepage": "https://www.paymill.com/en-gb/documentation-3/reference/mobile-sdk/",
"license": "Commercial, :file => License.md",
"authors": {
"Paymill GmbH": "support@paymill.de"
},
"source": {
"git": "https://github.com/paymill/paymill-ios.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "6.1"
},
"public_header_files": "samples/vouchermill/PayMillSDK/PayMillSDK.framework/Versions/A/Headers/*.h",
"preserve_paths": "samples/vouchermill/PayMillSDK/PayMillSDK.framework",
"requires_arc": true,
"vendored_frameworks": "samples/vouchermill/PayMillSDK/PayMillSDK.framework",
"frameworks": "Security",
"resources": "samples/vouchermill/PayMillSDK/PayMillSDK.bundle",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}