blob: 3603dbd387aa56cc59e2e0cc6f82a5f4b4576e65 [file] [log] [blame]
{
"name": "Announce",
"version": "1.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A simple framework to display alert and notification messages in Swift",
"homepage": "https://github.com/corujautx",
"social_media_url": "https://twitter.com/corujautx",
"authors": {
"Vitor Travain": "vitor.travain.aguiar@gmail.com"
},
"source": {
"git": "https://github.com/corujautx/Announce.git",
"tag": "v1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
]
}