blob: 6c8d6ffd0f5640c1c0afd34be8c9b6602b825712 [file] [log] [blame]
{
"name": "IMEPay",
"version": "1.2.2",
"summary": "Integrate IME Pay in your iOS app and receive payment from your customers.",
"description": "IMEPay SDK is a elegant way to integrate IME Pay in your iOS app, with just few lines of code you can receive payment from customers.",
"homepage": "https://github.com/Iccr/IMEPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"IMEPay": "imepay@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Iccr/IMEPay.git",
"tag": "1.2.2"
},
"source_files": [
"IMEPay",
"IMEPay/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "IMEPay/*.{png,storyboard}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking-No-UIKit": [
"~> 3.2.1"
],
"SVProgressHUD": [
"~> 2.1.2"
]
}
}