blob: 2bbf54c1b25c4b74bd8551e634d73f9f73d8f7b0 [file] [log] [blame]
{
"name": "R.swift",
"version": "5.1.0.alpha.4",
"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.1.0.alpha.4/rswift-5.1.0.alpha.4.zip"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.2"
},
"dependencies": {
"R.swift.Library": [
"~> 5.1.0.alpha.1"
]
},
"preserve_paths": "rswift"
}