| { |
| "name": "R.swift.Library", |
| "version": "1.0.0.beta.8", |
| "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": "v1.0.0.beta.8" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "tvos": "9.0" |
| }, |
| "module_name": "Rswift", |
| "source_files": "Library/**/*.swift" |
| } |