| { |
| "name": "MobpayiOS", |
| "version": "0.2.0", |
| "summary": "MobpayiOS - An iOS library for integrating card and mobile payments through Interswitch", |
| "homepage": "https://www.interswitchgroup.com/ke/", |
| "license": "MIT", |
| "authors": { |
| "Allan Mageto": "alan.mageto@interswitchgroup.com" |
| }, |
| "source": { |
| "git": "https://github.com/interswitch-kenya-limited/mobpay-ios-lib.git", |
| "tag": "0.2.0" |
| }, |
| "source_files": "mobpay-ios/*.swift", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "exclude_files": "Classes/Exclude", |
| "swift_versions": "5.0", |
| "dependencies": { |
| "CryptoSwift": [ |
| "~> 1.0" |
| ], |
| "SwiftyRSA": [ |
| "~> 1.5" |
| ], |
| "PercentEncoder": [ |
| "~> 1.2" |
| ], |
| "CocoaMQTT": [ |
| "~> 1.2" |
| ], |
| "FormTextField": [ |
| |
| ] |
| }, |
| "swift_version": "5.0" |
| } |