blob: 381ca1e889563fabac790330a9cca6799091a231 [file] [log] [blame]
{
"name": "libUBpay",
"version": "1.0.2",
"summary": "UBpay library",
"description": "UBpay library for cocoapods, Supports x86_64, i386, armv7, armv7s, armv64.",
"homepage": "http://www.ubpay.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"netcanis": "netcanis@gmail.com"
},
"source": {
"git": "https://github.com/netcanis/libUBpay.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "UBpay/*.h",
"vendored_libraries": "UBpay/*.a",
"libraries": "c++",
"resource_bundles": {
"UBpay": [
"UBpay/Resources/*"
]
}
}