[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / f / 7 / d / IMEPay / 0.1.5 / IMEPay.podspec.json
blob58fde4e41f8b5e97be2a5de9a5a2db7c631b0cf7
2   "name": "IMEPay",
3   "version": "0.1.5",
4   "summary": "Integrate IME Pay in your iOS app and receive payment from your customers.",
5   "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.",
6   "homepage": "https://github.com/ManojKarkie/IMEPay",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Manoj Karki": "manojkarkie@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ManojKarkie/IMEPay.git",
19     "tag": "0.1.5"
20   },
21   "source_files": [
22     "IMEPay",
23     "IMEPay/**/*.{h,m}"
24   ],
25   "exclude_files": "Classes/Exclude",
26   "resources": "IMEPay/*.{png,storyboard}",
27   "frameworks": "UIKit",
28   "dependencies": {
29     "AFNetworking": [
30       "~> 3.1.0"
31     ],
32     "IQKeyboardManager": [
33       "~> 4.0.10"
34     ],
35     "SVProgressHUD": [
36       "~> 2.1.2"
37     ]
38   }