blob: 0129b6aa8dcc4ef60ba6dd36420ab6973464e6c1 [file] [log] [blame]
{
"name": "PWCustomizationPlugin",
"version": "2.2.0",
"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.2.0"
},
"source_files": [
"Plugins/PWCustomizationPlugin",
"Plugins/PWCustomizationPlugin/**/*.{h,m}"
],
"vendored_libraries": "Plugins/PWCustomizationPlugin/libPWCustomizationPlugin.a",
"dependencies": {
"PWCoreSDK": [
">= 2.1.1"
]
}
}