blob: 667e8c7d8f8645aee2de68a82645d3718235face [file] [log] [blame]
{
"name": "SwiftInterview",
"version": "0.1.0",
"summary": "A cocoapod for interviews and new projects with generally helpful helpers",
"description": "A cocoapod for interviews and new projects with generally helpful helpers.",
"homepage": "https://github.com/ElevatedUnderdogs/SwiftInterview",
"license": "Private implementation, public interface",
"authors": {
"Scott Lydon": "email_private"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/ElevatedUnderdogs/SwiftInterview.git",
"tag": "0.1.0"
},
"source_files": "Classes/**/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"xcconfig": {
"SWIFT_VERSION": "5.0"
},
"swift_version": "5.0"
}