blob: 65e2abcb2fb9fb966b15debd4fb0c50837569f67 [file] [log] [blame]
{
"name": "payHereSDK",
"platforms": {
"ios": "11.0"
},
"summary": "Mobile SDK for payHere",
"requires_arc": true,
"version": "2.2.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PayHere": "support@payhere.lk"
},
"homepage": "https://www.payhere.lk/",
"source": {
"git": "https://github.com/PayHereLK/payhere-mobilesdk-ios.git",
"tag": "2.2.1"
},
"frameworks": [
"UIKit",
"WebKit"
],
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.2"
],
"AlamofireObjectMapper": [
]
},
"source_files": "payHereSDK/Sources/**/*.{h,m,swift}",
"resources": "payHereSDK/**/*.{lproj,storyboard,xcdatamodeld,xib,xcassets,json}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}