[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / c / 6 / BodyBankEnterpriseUI / 0.0.21 / BodyBankEnterpriseUI.podspec.json
blob4a651001198c68871876d79cf4c4f41f1c935f41
2   "name": "BodyBankEnterpriseUI",
3   "summary": "BodyBank Enterprise iOS UI SDK",
4   "version": "0.0.21",
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.21"
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": [
72         ],
73         "Alertift": [
75         ],
76         "AFDateHelper": [
78         ],
79         "SCPageViewController": [
81         ]
82       },
83       "source_files": [
84         "BodyBankEnterpriseUI/History/*.swift",
85         "BodyBankEnterpriseUI/Misc/*.swift"
86       ],
87       "resource_bundles": {
88         "BodyBankEnterpriseUI-History": [
89           "BodyBankEnterpriseUI/History/*.storyboard",
90           "BodyBankEnterpriseUI/History/*.xcassets"
91         ]
92       }
93     },
94     {
95       "name": "Tutorial",
96       "dependencies": {
97         "BodyBankEnterprise": [
99         ]
100       },
101       "source_files": [
102         "BodyBankEnterpriseUI/Tutorial/*.swift",
103         "BodyBankEnterpriseUI/Misc/*.swift"
104       ],
105       "resource_bundles": {
106         "BodyBankEnterpriseUI-Tutorial": [
107           "BodyBankEnterpriseUI/Tutorial/*.storyboard",
108           "BodyBankEnterpriseUI/Tutorial/*.xcassets"
109         ]
110       }
111     }
112   ]