[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / c / 6 / BodyBankEnterpriseUI / 0.0.12 / BodyBankEnterpriseUI.podspec.json
blob70ef4fc38c9ec3f90a174a9d629fef8d19213336
2   "name": "BodyBankEnterpriseUI",
3   "summary": "BodyBank Enterprise iOS UI SDK",
4   "version": "0.0.12",
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   "source": {
15     "git": "https://github.com/bodybank-sdk/BodyBank-SDK-iOS-UI.git",
16     "tag": "0.0.12"
17   },
18   "subspecs": [
19     {
20       "name": "Camera",
21       "ios": {
22         "frameworks": [
23           "AVFoundation",
24           "AssetsLibrary",
25           "MobileCoreServices",
26           "ImageIO",
27           "CoreMotion",
28           "CoreImage",
29           "Photos"
30         ]
31       },
32       "dependencies": {
33         "BodyBankEnterprise": [
35         ],
36         "SimpleImageViewerNew": [
38         ],
39         "SwiftSpinner": [
41         ],
42         "Alertift": [
44         ]
45       },
46       "source_files": [
47         "BodyBankEnterpriseUI/Camera/*.swift",
48         "BodyBankEnterpriseUI/Misc/*.swift"
49       ],
50       "resource_bundles": {
51         "BodyBankEnterpriseUI-Camera": [
52           "BodyBankEnterpriseUI/Camera/*.storyboard",
53           "BodyBankEnterpriseUI/Camera/*.xcassets"
54         ]
55       }
56     },
57     {
58       "name": "History",
59       "dependencies": {
60         "BodyBankEnterprise": [
62         ],
63         "SimpleImageViewerNew": [
65         ],
66         "NVActivityIndicatorView": [
68         ],
69         "Kingfisher": [
71         ],
72         "Alertift": [
74         ],
75         "AFDateHelper": [
77         ],
78         "SCPageViewController": [
80         ]
81       },
82       "source_files": [
83         "BodyBankEnterpriseUI/History/*.swift",
84         "BodyBankEnterpriseUI/Misc/*.swift"
85       ],
86       "resource_bundles": {
87         "BodyBankEnterpriseUI-History": [
88           "BodyBankEnterpriseUI/History/*.storyboard",
89           "BodyBankEnterpriseUI/History/*.xcassets"
90         ]
91       }
92     },
93     {
94       "name": "Tutorial",
95       "dependencies": {
96         "BodyBankEnterprise": [
98         ]
99       },
100       "source_files": [
101         "BodyBankEnterpriseUI/Tutorial/*.swift",
102         "BodyBankEnterpriseUI/Misc/*.swift"
103       ],
104       "resource_bundles": {
105         "BodyBankEnterpriseUI-Tutorial": [
106           "BodyBankEnterpriseUI/Tutorial/*.storyboard",
107           "BodyBankEnterpriseUI/Tutorial/*.xcassets"
108         ]
109       }
110     }
111   ]