| { | |
| "name": "PayULite", | |
| "version": "0.9.1", | |
| "summary": "PayU mobile SDK for iOS", | |
| "homepage": "http://developers.payu.com/en/mobile_sdk.html", | |
| "authors": { | |
| "PayU": "itsupport@payu.pl" | |
| }, | |
| "license": { | |
| "type": "Apache License Version 2.0", | |
| "file": "LICENSE" | |
| }, | |
| "platforms": { | |
| "ios": "10.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/PayU-EMEA/PayU-iOS.git", | |
| "tag": "0.9.1" | |
| }, | |
| "preserve_paths": "libs/trimSymbols.sh", | |
| "ios": { | |
| "vendored_frameworks": "libs/PayU_SDK_Lite.framework" | |
| } | |
| } |