[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / f / c / TuIdentidadSDK / 1.1.7 / TuIdentidadSDK.podspec.json
blobe10fc5134bf2fc75799075000ff8ed1598e74a1d
2   "name": "TuIdentidadSDK",
3   "version": "1.1.7",
4   "summary": "Official Tu Identidad SDK for iOS to access Tu Identidad Platform",
5   "description": "Used to integrate the Tu Identidad Platform with your iOS apps.\nValidation Services:\n- INE",
6   "homepage": "https://github.com/tu-identidad/tu-identidad-ios-sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Aaron Munguia": "aaron.munguia@tuidentidad.com"
13   },
14   "source": {
15     "git": "https://github.com/tu-identidad/tu-identidad-ios-sdk.git",
16     "tag": "1.1.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "source_files": "TuIdentidadSDK/Classes/**/*",
24   "resource_bundles": {
25     "TuIdentidadSDK": [
26       "TuIdentidadSDK/Assets/*.{png,xib,xcassets,strings}",
27       "TuIdentidadSDK/Assets/**/**/*"
28     ]
29   },
30   "dependencies": {
31     "Alamofire": [
33     ],
34     "HandyJSON": [
35       "~> 5.0.1"
36     ],
37     "JGProgressHUD": [
39     ],
40     "MBDocCapture": [
42     ],
43     "Toast-Swift": [
44       "~> 5.0.0"
45     ]
46   },
47   "default_subspecs": "CoreKit",
48   "subspecs": [
49     {
50       "name": "CoreKit",
51       "source_files": "CoreKit/**/*"
52     },
53     {
54       "name": "AddressKit",
55       "dependencies": {
56         "TuIdentidadSDK/CoreKit": [
58         ]
59       },
60       "source_files": "AddressKit/**/*"
61     }
62   ],
63   "swift_version": "5.0"