blob: 2ef21c983caafb98c459836edadf1dab39dea203 [file] [log] [blame]
{
"name": "RetroProgress",
"summary": "Retro looking progress bar straight from the 90s",
"version": "1.0.0",
"homepage": "https://github.com/hyperoslo/RetroProgress",
"license": "MIT",
"authors": {
"Hyper Interaktiv AS": "ios@hyper.no"
},
"source": {
"git": "https://github.com/hyperoslo/RetroProgress.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/hyperoslo",
"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"
}
}