blob: e14839e66efa53251ebab479fca3e0e5d699be2a [file] [log] [blame]
{
"name": "R.swift",
"version": "5.0.0.alpha.3",
"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.0.0.alpha.3/rswift-5.0.0.alpha.3.zip"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"dependencies": {
"R.swift.Library": [
"~> 5.0.0.alpha.2"
]
},
"preserve_paths": "rswift"
}