[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 6 / BodyBankEnterpriseUI / 0.0.27 / BodyBankEnterpriseUI.podspec.json
blobc3a1c2e39e5e3c77c08250093cadde558862c00d
2   "name": "BodyBankEnterpriseUI",
3   "summary": "BodyBank Enterprise iOS UI SDK",
4   "version": "0.0.27",
5   "authors": "Original Inc.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://originalstitch.com",
11   "platforms": {
12     "ios": "9.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/bodybank-sdk/BodyBank-SDK-iOS-UI.git",
17     "tag": "0.0.27"
18   },
19   "subspecs": [
20     {
21       "name": "Camera",
22       "ios": {
23         "frameworks": [
24           "AVFoundation",
25           "AssetsLibrary",
26           "MobileCoreServices",
27           "ImageIO",
28           "CoreMotion",
29           "CoreImage",
30           "Photos"
31         ]
32       },
33       "dependencies": {
34         "BodyBankEnterprise": [
36         ],
37         "SimpleImageViewerNew": [
39         ],
40         "SwiftSpinner": [
42         ],
43         "Alertift": [
45         ]
46       },
47       "source_files": [
48         "BodyBankEnterpriseUI/Camera/*.swift",
49         "BodyBankEnterpriseUI/Misc/*.swift"
50       ],
51       "resource_bundles": {
52         "BodyBankEnterpriseUI-Camera": [
53           "BodyBankEnterpriseUI/Camera/*.storyboard",
54           "BodyBankEnterpriseUI/Camera/*.xcassets"
55         ]
56       }
57     },
58     {
59       "name": "History",
60       "dependencies": {
61         "BodyBankEnterprise": [
63         ],
64         "SimpleImageViewerNew": [
66         ],
67         "NVActivityIndicatorView": [
69         ],
70         "Kingfisher": [
71           "~> 4.10.1",
72           "< 5.0"
73         ],
74         "Alertift": [
76         ],
77         "AFDateHelper": [
79         ],
80         "SCPageViewController": [
82         ]
83       },
84       "source_files": [
85         "BodyBankEnterpriseUI/History/*.swift",
86         "BodyBankEnterpriseUI/Misc/*.swift"
87       ],
88       "resource_bundles": {
89         "BodyBankEnterpriseUI-History": [
90           "BodyBankEnterpriseUI/History/*.storyboard",
91           "BodyBankEnterpriseUI/History/*.xcassets"
92         ]
93       }
94     },
95     {
96       "name": "Tutorial",
97       "dependencies": {
98         "BodyBankEnterprise": [
100         ]
101       },
102       "source_files": [
103         "BodyBankEnterpriseUI/Tutorial/*.swift",
104         "BodyBankEnterpriseUI/Misc/*.swift"
105       ],
106       "resource_bundles": {
107         "BodyBankEnterpriseUI-Tutorial": [
108           "BodyBankEnterpriseUI/Tutorial/*.storyboard",
109           "BodyBankEnterpriseUI/Tutorial/*.xcassets"
110         ]
111       }
112     }
113   ]