[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / b / 7 / R.swift / 7.3.0-alpha-3 / R.swift.podspec.json
blob6256f4b412ccc62d4854ee4c7bac147fe79b617c
2   "name": "R.swift",
3   "version": "7.3.0-alpha-3",
4   "license": "MIT",
5   "summary": "Get strong typed, autocompleted resources like images, fonts and segues in Swift projects",
6   "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",
7   "homepage": "https://github.com/mac-cain13/R.swift",
8   "documentation_url": "https://github.com/mac-cain13/R.swift/tree/master/Documentation",
9   "screenshots": [
10     "https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoUseImage.gif",
11     "https://raw.githubusercontent.com/mac-cain13/R.swift/master/Documentation/Images/DemoRenameImage.gif"
12   ],
13   "authors": {
14     "Mathijs Kadijk": "mkadijk@gmail.com"
15   },
16   "social_media_url": "https://twitter.com/mac_cain13",
17   "requires_arc": true,
18   "source": {
19     "http": "https://github.com/mac-cain13/R.swift/releases/download/7.3.0-alpha-3/rswift-7.3.0-alpha-3.zip"
20   },
21   "swift_versions": "5.7",
22   "platforms": {
23     "osx": "10.15",
24     "ios": "11",
25     "tvos": "11",
26     "watchos": "4"
27   },
28   "preserve_paths": "rswift",
29   "source_files": "Sources/RswiftResources/**/*.swift",
30   "module_name": "RswiftResources",
31   "swift_version": "5.7"