blob: 47bd4d3d395ec8362ac1eeb5f56f2c05a138809b [file] [log] [blame]
{
"name": "R.swift.Library",
"version": "4.0.0",
"license": "MIT",
"summary": "Companion library for R.swift, featuring types used to type resources",
"description": "This library contains types used by the `R.generated.swift` file that is normally generated by R.swift. R.swift depends on this pod to include some types and other libraries can use this project to extend R.swift types.\n\nR.swift is a tool to get strong typed, autocompleted resources like images, fonts and segues in Swift projects.",
"homepage": "https://github.com/mac-cain13/R.swift.Library",
"authors": {
"Mathijs Kadijk": "mkadijk@gmail.com"
},
"social_media_url": "https://twitter.com/mac_cain13",
"requires_arc": true,
"source": {
"git": "https://github.com/mac-cain13/R.swift.Library.git",
"tag": "v4.0.0"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"module_name": "Rswift",
"source_files": "Library/**/*.swift",
"pushed_with_swift_version": "3.0"
}