blob: 8a303165a8186125ce100de8d423f90a92af45ab [file] [log] [blame]
{
"name": "WalleeSDK",
"version": "1.0.7",
"summary": "WalleeSDK for iOS Apps implementing payment via Wallee payment service",
"homepage": "https://wallee.com",
"license": {
"type": "Apache 2",
"file": "LICENSE"
},
"authors": {
"CustomWeb": "info@customweb.com"
},
"source": {
"git": "https://github.com/wallee-payment/wallee-ios-sdk.git",
"tag": "v1.0.7"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "WalleeSDK/WalleeSDK/**/*.{h,m}",
"ios": {
"resource_bundles": {
"WalleeSDK": "WalleeSDK/WalleeSDK/Resources/**/*"
}
},
"private_header_files": "WalleeSDK/WalleeSDK/Private/*.h",
"frameworks": "UIKit"
}