blob: 0cb1c490c7e513d7910713b76016302bc76dc759 [file] [log] [blame]
{
"name": "BodyBankEnterpriseUI",
"summary": "BodyBank Enterprise iOS UI SDK",
"version": "0.0.34",
"authors": "Original Inc.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://originalstitch.com",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/bodybank-sdk/BodyBank-SDK-iOS-UI.git",
"tag": "0.0.34"
},
"subspecs": [
{
"name": "Camera",
"ios": {
"frameworks": [
"AVFoundation",
"AssetsLibrary",
"MobileCoreServices",
"ImageIO",
"CoreMotion",
"CoreImage",
"Photos"
]
},
"dependencies": {
"BodyBankEnterprise": [
],
"SimpleImageViewerNew": [
],
"SwiftSpinner": [
],
"Alertift": [
]
},
"source_files": [
"BodyBankEnterpriseUI/Camera/*.swift",
"BodyBankEnterpriseUI/Misc/*.swift"
],
"resource_bundles": {
"BodyBankEnterpriseUI-Camera": [
"BodyBankEnterpriseUI/Camera/*.storyboard",
"BodyBankEnterpriseUI/Camera/*.xcassets"
]
}
},
{
"name": "History",
"dependencies": {
"BodyBankEnterprise": [
],
"SimpleImageViewerNew": [
],
"NVActivityIndicatorView": [
"4.6.1"
],
"Kingfisher": [
"~> 4.10.1",
"< 5.0"
],
"Alertift": [
],
"AFDateHelper": [
],
"SCPageViewController": [
]
},
"source_files": [
"BodyBankEnterpriseUI/History/*.swift",
"BodyBankEnterpriseUI/Misc/*.swift"
],
"resource_bundles": {
"BodyBankEnterpriseUI-History": [
"BodyBankEnterpriseUI/History/*.storyboard",
"BodyBankEnterpriseUI/History/*.xcassets"
]
}
},
{
"name": "Tutorial",
"dependencies": {
"BodyBankEnterprise": [
]
},
"source_files": [
"BodyBankEnterpriseUI/Tutorial/*.swift",
"BodyBankEnterpriseUI/Misc/*.swift"
],
"resource_bundles": {
"BodyBankEnterpriseUI-Tutorial": [
"BodyBankEnterpriseUI/Tutorial/*.storyboard",
"BodyBankEnterpriseUI/Tutorial/*.xcassets"
]
}
}
]
}