blob: 2549ad1e2589f2166a744b14b7db291153055100 [file] [log] [blame]
{
"name": "R.swift",
"version": "5.2.1-alpha.2",
"license": "MIT",
"summary": "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects",
"description": "R.swift is a tool to get strong typed, autocompleted resources like images, fonts and segues in Swift projects.\n\n* Never type string identifiers again\n* Supports images, fonts, storyboards, nibs, segues, reuse identifiers and more\n* Compile time checks and errors instead of runtime crashes",
"homepage": "https://github.com/mac-cain13/R.swift",
"documentation_url": "https://github.com/mac-cain13/R.swift/tree/master/Documentation",
"screenshots": [
"https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoUseImage.gif",
"https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoRenameImage.gif"
],
"authors": {
"Mathijs Kadijk": "mkadijk@gmail.com"
},
"social_media_url": "https://twitter.com/mac_cain13",
"requires_arc": true,
"source": {
"http": "https://github.com/mac-cain13/R.swift/releases/download/v5.2.1-alpha.2/rswift-v5.2.1-alpha.2.zip"
},
"swift_versions": "5.1",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.2"
},
"dependencies": {
"R.swift.Library": [
"~> 5.2.0"
]
},
"preserve_paths": "rswift",
"swift_version": "5.1"
}