blob: dc53776ac7370855b916ecac8a139ce7a7931095 [file] [log] [blame]
{
"name": "R.swift.Library",
"version": "5.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": "v5.0.0"
},
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"module_name": "Rswift",
"source_files": "Library/**/*.swift"
}