[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 5 / b / Culqi / 2.1.1 / Culqi.podspec.json
blobb8578bd2daef13b8160a677569111d8120fb243e
2   "name": "Culqi",
3   "version": "2.1.1",
4   "summary": "Recibe pagos con tarjeta de crédito, débito y prepagadas de todas las marcas.",
5   "description": "Acepta pagos con tarjetas de crédito o débito, dándole a tu cliente la experiencia de compra más simple en tu página web y aplicación móvil.",
6   "homepage": "https://www.culqi.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Guillermo Sáenz": "gsaenz@proatomicdev.com"
13   },
14   "source": {
15     "git": "https://github.com/942v/culqi-ios.git",
16     "tag": "2.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "Core"
23   ],
24   "subspecs": [
25     {
26       "name": "Models",
27       "source_files": "Culqi/CLQ{BaseModelObject,ResponseHeaders,Error,Token,IssuerIdentificationNumber,CardIssuer,Client}.{h,m}",
28       "public_header_files": "Culqi/CLQ{BaseModelObject,ResponseHeaders,Error,Token,IssuerIdentificationNumber,CardIssuer,Client}.h"
29     },
30     {
31       "name": "Networking",
32       "dependencies": {
33         "Culqi/Models": [
35         ],
36         "AFNetworking": [
38         ]
39       },
40       "source_files": "Culqi/CLQ{HTTPSessionManager,WebServices}.{h,m}",
41       "public_header_files": "Culqi/CLQ{HTTPSessionManager,WebServices}.h"
42     },
43     {
44       "name": "Core",
45       "dependencies": {
46         "Culqi/Networking": [
48         ]
49       },
50       "source_files": "Culqi/Culqi.{h,m}",
51       "public_header_files": "Culqi/Culqi.h"
52     }
53   ]