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