blob: 95fb8dbaa409d38396a1f66af0527bce26c06497 [file] [log] [blame]
{
"name": "AppDelegateComponent",
"version": "0.0.2",
"summary": "Split functionality in AppDelegate into smaller components",
"description": "Provides a easy way to split functionality used in AppDelegate callbacks into small components",
"homepage": "https://github.com/hartlco/AppDelegateComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"hartlco": "martin@hartl.co"
},
"source": {
"git": "https://github.com/hartlco/AppDelegateComponent.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/hartlco",
"platforms": {
"ios": "8.0"
},
"source_files": "AppDelegateComponent/Classes/**/*",
"swift_versions": "5.0"
}