blob: 518ee1fbd7e0f0b24ddb89a3069994eb46f80fd4 [file] [log] [blame]
{
"name": "R.swift.Library",
"version": "5.2.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.2.0"
},
"swift_versions": "5.1",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.2"
},
"ios": {
"source_files": "Library/**/*.swift"
},
"tvos": {
"source_files": "Library/**/*.swift"
},
"watchos": {
"source_files": [
"Library/Core/*.swift",
"Library/Foundation/*.swift"
]
},
"module_name": "Rswift",
"swift_version": "5.1"
}