[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 5 / 1 / R.swift.Library / 5.2.0 / R.swift.Library.podspec.json
blob518ee1fbd7e0f0b24ddb89a3069994eb46f80fd4
2   "name": "R.swift.Library",
3   "version": "5.2.0",
4   "license": "MIT",
5   "summary": "Companion library for R.swift, featuring types used to type resources",
6   "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.",
7   "homepage": "https://github.com/mac-cain13/R.swift.Library",
8   "authors": {
9     "Mathijs Kadijk": "mkadijk@gmail.com"
10   },
11   "social_media_url": "https://twitter.com/mac_cain13",
12   "requires_arc": true,
13   "source": {
14     "git": "https://github.com/mac-cain13/R.swift.Library.git",
15     "tag": "v5.2.0"
16   },
17   "swift_versions": "5.1",
18   "pod_target_xcconfig": {
19     "APPLICATION_EXTENSION_API_ONLY": "YES"
20   },
21   "platforms": {
22     "ios": "8.0",
23     "tvos": "9.0",
24     "watchos": "2.2"
25   },
26   "ios": {
27     "source_files": "Library/**/*.swift"
28   },
29   "tvos": {
30     "source_files": "Library/**/*.swift"
31   },
32   "watchos": {
33     "source_files": [
34       "Library/Core/*.swift",
35       "Library/Foundation/*.swift"
36     ]
37   },
38   "module_name": "Rswift",
39   "swift_version": "5.1"