blob: 5addebf378ae451a2f17f43114302818b8390ba9 [file] [log] [blame]
{
"name": "BodyBankEnterpriseUI",
"summary": "BodyBank Enterprise iOS UI SDK",
"version": "0.0.7",
"authors": "Original Inc.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://originalstitch.com",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/bodybank-sdk/BodyBank-SDK-iOS-UI.git",
"tag": "0.0.7"
},
"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": [
],
"Kingfisher": [
],
"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"
]
}
}
]
}