blob: 4c87da6ef88dd9921307611506859ffee194198f [file] [log] [blame]
{
"name": "RetroProgress",
"summary": "Retro looking progress bar straight from the 90s",
"version": "1.0.1",
"homepage": "https://github.com/vadymmarkov/RetroProgress",
"license": "MIT",
"authors": {
"Vadym Markov": "markov.vadym@gmail.com"
},
"source": {
"git": "https://github.com/vadymmarkov/RetroProgress.git",
"tag": "1.0.1"
},
"social_media_url": "https://twitter.com/vadymmarkov",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/**/*",
"frameworks": "UIKit"
},
"tvos": {
"source_files": "Sources/**/*"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}