blob: 6c43b98ddf2bab576e2f1b323de65ab44afc7abb [file] [log] [blame]
{
"name": "ZappMerchantLib",
"version": "1.1.2",
"summary": "The Pay by Bank app Merchant Library for iOS",
"description": "The Pay by Bank app Merchant Library for iOS makes it easy for you to add Pay by Bank app as a new payment method.",
"homepage": "http://paybybankapp.co.uk",
"license": "Apache 2.0",
"authors": "Alex Maimescu",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/vocalinkzapp/ZappMerchantLib-R2-iOS.git",
"tag": "1.1.2"
},
"public_header_files": [
"ZappMerchantLib/ZappMerchantLib.h",
"ZappMerchantLib/PBBAAppUtils.h",
"ZappMerchantLib/PBBAButton.h",
"ZappMerchantLib/PBBAPopupViewController.h",
"ZappMerchantLib/PBBAUIElementAppearance.h",
"ZappMerchantLib/PBBAAnimatable.h",
"ZappMerchantLib/PBBALibraryUtils.h"
],
"source_files": "ZappMerchantLib/**/*.{h,m}",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"ios": {
"resource_bundles": {
"ZappMerchantLibResources": [
"ZappMerchantLibResources/**/*.otf",
"ZappMerchantLibResources/**/*.lproj",
"ZappMerchantLibResources/*.xcassets",
"ZappMerchantLib/**/*.xib"
]
}
}
}