blob: f8686223fbed8cb7ec49545c77902f10b09ea73e [file] [log] [blame]
{
"name": "payHereSDK",
"platforms": {
"ios": "11.0"
},
"summary": "Mobile SDK for payHere",
"requires_arc": true,
"version": "2.1.0",
"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.1.0"
},
"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"
}
}