[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 1 / 0 / d / Backpack / 68.0.0 / Backpack.podspec.json
blobb0cd018e03b620fcf266e38a7075fa630c220e87
2   "name": "Backpack",
3   "version": "68.0.0",
4   "summary": "Skyscanner's Design System Backpack for iOS",
5   "description": "The Skyscanner Design System, Backpack, for iOS apps",
6   "homepage": "https://github.com/Skyscanner/backpack-ios",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Backpack Design System": "backpack@skyscanner.net"
13   },
14   "source": {
15     "git": "https://github.com/Skyscanner/backpack-ios.git",
16     "tag": "68.0.0"
17   },
18   "platforms": {
19     "ios": "15.1"
20   },
21   "source_files": [
22     "Backpack/Backpack.h",
23     "Backpack/Common.h",
24     "Backpack/*/Classes/**/*.{h,m,swift}"
25   ],
26   "exclude_files": "Backpack/Tests/**",
27   "public_header_files": [
28     "Backpack/Backpack.h",
29     "Backpack/*/Classes/**/*.h"
30   ],
31   "dependencies": {
32     "FSCalendar": [
33       "~> 2.8.2"
34     ],
35     "TTTAttributedLabel": [
36       "~> 2.0.0"
37     ],
38     "FloatingPanel": [
39       "2.5.3"
40     ],
41     "Backpack-Common": [
43     ],
44     "MBProgressHUD": [
45       "~> 1.2.0"
46     ]
47   },
48   "frameworks": [
49     "UIKit",
50     "Foundation",
51     "CoreText"
52   ],
53   "requires_arc": true,
54   "swift_versions": [
55     "5.0",
56     "4.2",
57     "4.0"
58   ],
59   "testspecs": [
60     {
61       "name": "SnapshotTests",
62       "test_type": "unit",
63       "dependencies": {
64         "SnapshotTesting": [
65           "~> 1.9.0"
66         ]
67       },
68       "source_files": "Backpack/Tests/SnapshotTests/**/*.{swift,h,m}",
69       "ios": {
70         "resource_bundles": {
71           "SnapshotTestImages": "Backpack/Tests/SnapshotTests/Images*"
72         }
73       }
74     },
75     {
76       "name": "UnitTests",
77       "test_type": "unit",
78       "dependencies": {
79         "OCMock": [
80           "~> 3.8.1"
81         ]
82       },
83       "source_files": "Backpack/Tests/UnitTests/**/*.{swift,h,m}",
84       "ios": {
85         "resource_bundles": {
86           "UnitTestImages": "Backpack/Tests/UnitTests/Images*"
87         }
88       }
89     }
90   ],
91   "swift_version": "5.0"