blob: 580d9a571f4b3088cf364946e47625ee9686726f [file] [log] [blame]
{
"name": "MonnifyiOSSDK",
"version": "0.1.7",
"summary": "This library help you integrate Monnify to collect payments in your iOS application.",
"description": "This library help you integrate Monnify to collect payments in your iOS application.\n[NOTE TO SELF]. Add more description before release.",
"homepage": "https://teamapt.com/monnify",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kanyinsola Fapohunda": "kfapohunda@teamapt.com",
"Monnify": "support@monnify.com"
},
"platforms": {
"ios": "11.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://gitlab.com/monnify-public/monnify-ios-sdk.git",
"tag": "0.1.7"
},
"source_files": [
"MonnifyiOSSDK",
"MonnifyiOSSDK/**/*.{h,m,swift}"
],
"resources": "MonnifyiOSSDK/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
"exclude_files": "MonnifyiOSSDK/Exclude",
"public_header_files": "MonnifyiOSSDK/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
],
"IQKeyboardManagerSwift": [
],
"SwiftyJSON": [
],
"StompClientLib": [
]
},
"swift_version": "5.0"
}