[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / 7 / 2 / Epayco / 1.0 / Epayco.podspec.json
blob6dcadab3dd1aec21561094cf6c2390abfaaad0fe
2   "name": "Epayco",
3   "version": "1.0",
4   "summary": "Epayco es una web-API para  procesar de pagos en lĂ­nea.",
5   "homepage": "https://epayco.co/docs/introduction/",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kleiber Perez": "kleiberjp@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/epayco/sdk-ios.git",
18     "tag": "v1.0"
19   },
20   "source_files": [
21     "Epayco/*.{h, swift}",
22     "Epayco/**/*.swift"
23   ],
24   "frameworks": [
25     "SystemConfiguration",
26     "Foundation",
27     "Security",
28     "UIKit"
29   ],
30   "requires_arc": true,
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "3"
33   },
34   "module_name": "Epayco",
35   "pushed_with_swift_version": "3.0"