blob: 43e6ad22302a92500fe95ab925404a331988a5f4 [file] [log] [blame]
{
"name": "KSOOnboarding",
"version": "0.1.1",
"summary": "KSOOnboarding is an iOS framework for on-boarding new users.",
"description": "KSOOnboarding is an iOS framework for on-boarding new users. It can display a background image or video and provides flexible layout options. Each view consists of optional image, headline text, body text, and action text.",
"homepage": "https://github.com/Kosoku/KSOOnboarding",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/KSOOnboarding.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"requires_arc": true,
"source_files": "KSOOnboarding/**/*.{h,m}",
"exclude_files": "KSOOnboarding/KSOOnboarding-Info.h",
"private_header_files": "KSOOnboarding/Private/*.h",
"resource_bundles": {
"KSOOnboarding": [
"KSOOnboarding/**/*.{lproj}"
]
},
"frameworks": [
"Foundation",
"UIKit",
"AVFoundation"
],
"dependencies": {
"Agamotto": [
],
"Ditko": [
],
"Stanley": [
]
}
}