[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 7 / d / IMEPay / 1.0.4 / IMEPay.podspec.json
blobd9464850ebccfbcb04d1acfff54d4e36ba7a5313
2   "name": "IMEPay",
3   "version": "1.0.4",
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": "1.0.4"
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     "SVProgressHUD": [
33       "~> 2.1.2"
34     ]
35   }