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