blob: 9566636808add3c297b665e9b3f7e8a95252d98f [file] [log] [blame]
{
"name": "payHereSDK",
"platforms": {
"ios": "10.0"
},
"summary": "Mobile SDK for payHere",
"requires_arc": true,
"version": "1.0.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": "1.0.0"
},
"frameworks": "UIKit",
"dependencies": {
"Alamofire": [
"~>4.8.2"
],
"AlamofireObjectMapper": [
],
"SwiftHash": [
]
},
"source_files": "payHereSDK/Sources/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "5.0"
}
}