blob: 65bd516f23cdacb06150fcadb949403439a34070 [file] [log] [blame]
{
"name": "IMEPay",
"version": "0.1.0",
"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/ManojKarkie/IMEPay",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manoj Karki": "manojkarkie@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ManojKarkie/IMEPay.git",
"tag": "0.1.0"
},
"source_files": [
"IMEPay",
"IMEPay/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"resources": "IMEPay/*.{png,storyboard}",
"frameworks": "UIKit",
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
],
"IQKeyboardManager": [
"~> 4.0.10"
],
"SVProgressHUD": [
"~> 2.1.2"
]
}
}