blob: 0d93a20ceb7648d73e80b5497a15112940d40250 [file] [log] [blame]
{
"name": "PWGameUIPlugin",
"version": "2.2.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": "v2.2.0"
},
"source_files": [
"Plugins/PWGameUIPlugin",
"Plugins/PWGameUIPlugin/**/*.{h,m}"
],
"vendored_libraries": "Plugins/PWGameUIPlugin/libPWGameUIPlugin.a",
"resources": "Plugins/PWGameUIPlugin/PWGameUIPluginResource.bundle",
"dependencies": {
"PWCoreSDK": [
">= 2.2.0"
]
}
}