blob: 48dbe1f9947e06f4a6e1cef1778ce268b73071b5 [file] [log] [blame]
{
"name": "PayMillSDK",
"version": "1.0.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"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"
}
}