[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 3 / 1 / puzzl-iOS / 1.5.0 / puzzl-iOS.podspec.json
blobee8533f1464f9c10620136e8f8316b2456a96c97
2   "name": "puzzl-iOS",
3   "version": "1.5.0",
4   "summary": "Puzzl iOS SDK for rendering Puzzl's Employee Onboarding flow",
5   "description": "Puzzl iOS SDK for rendering Puzzl's Employee Onboarding flow",
6   "homepage": "https://github.com/Puzzl/puzzl-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Puzzl": "support@joinpuzzl.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "source": {
18     "git": "https://github.com/Puzzl/puzzl-iOS.git",
19     "tag": "1.5.0"
20   },
21   "swift_versions": [
22     "5.1",
23     "5.2"
24   ],
25   "resources": [
26     "Puzzl-iOS/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}",
27     "*.{png,jpeg,jpg,storyboard,xib,xcassets}"
28   ],
29   "source_files": "Puzzl-iOS/Common/*.swift",
30   "ios": {
31     "source_files": [
32       "Puzzl-iOS/Extensions/*.swift",
33       "Puzzl-iOS/Models/*.swift",
34       "Puzzl-iOS/Services/*.swift",
35       "Puzzl-iOS/ViewControllers/**/*.swift",
36       "Puzzl-iOS/*.swift"
37     ],
38     "frameworks": "Foundation"
39   },
40   "dependencies": {
41     "Alamofire": [
42       "~> 4.9.0"
43     ],
44     "VeriffSDK": [
46     ],
47     "Eureka": [
49     ],
50     "TTTAttributedLabel": [
52     ]
53   },
54   "swift_version": "5.2"