blob: 3aed5a2e89d4f4440885874397184f2eaad297e0 [file] [log] [blame]
{
"name": "SplashScreen",
"version": "1.0.0",
"summary": "Make your apps new features visible to your clients with SplashScreen",
"swift_versions": "5.0",
"description": "Your apps great new features were buried deep inside on the new AppStore. SplashScreen makes those features visible to your clients.",
"homepage": "https://github.com/marcelmendesfilho/SplashScreen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"marcel.mendes@gmail.com": "marcel.mendes@gmail.com"
},
"source": {
"git": "https://github.com/marcelmendesfilho/SplashScreen.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SplashScreen/Classes/**/*",
"resource_bundles": {
"SplashScreen": [
"SplashScreen/Assets/**/*.{storyboard,xib}"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0"
}