blob: 096494f7d87e703c7eb5f0eb7981c65b41cc3fd7 [file] [log] [blame]
{
"name": "PWCustomizationPlugin",
"version": "2.1.1",
"summary": "PWCustomizationPlugin",
"description": "Plugin to customize PWCoreSDK's flat UI",
"homepage": "http://paymentwall.com",
"authors": {
"tien.vu": "kyle.vu@paymentwall.com"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"requires_arc": true,
"source": {
"git": "https://github.com/paymentwall/paymentwall-ios-sdk-master.git",
"tag": "v2.1.1"
},
"source_files": [
"Plugins/PWCustomizationPlugin",
"Plugins/PWCustomizationPlugin/**/*.{h,m}"
],
"vendored_libraries": "Plugins/PWCustomizationPlugin/libPWCustomizationPlugin.a",
"dependencies": {
"PWCoreSDK": [
"~> 2.1.1"
]
}
}