blob: ab9b71e9d2f898f7f40fed3fdb30fbdfe4c22381 [file] [log] [blame]
{
"name": "PWGameUIPlugin",
"version": "3.0.0",
"summary": "PWGameUIPlugin",
"description": "Resource for CoreSDK's game 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": "v3.0.0"
},
"source_files": [
"Plugins/PWGameUIPlugin",
"Plugins/PWGameUIPlugin/**/*.{h,m}"
],
"vendored_libraries": "Plugins/PWGameUIPlugin/libPWGameUIPlugin.a",
"resources": "Plugins/PWGameUIPlugin/PWGameUIPluginResource.bundle",
"dependencies": {
"PWCoreSDK": [
">= 3.0.0"
]
}
}