{"id":16853139,"url":"https://github.com/devxoul/cgfloatliteral","last_synced_at":"2025-06-14T03:05:26.440Z","repository":{"id":56904502,"uuid":"48841663","full_name":"devxoul/CGFloatLiteral","owner":"devxoul","description":"CGFloat(10) becomes 10.f","archived":false,"fork":false,"pushed_at":"2019-04-03T08:36:54.000Z","size":17,"stargazers_count":36,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T03:04:09.328Z","etag":null,"topics":["swift","syntactic-sugar"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devxoul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-31T08:26:52.000Z","updated_at":"2024-08-04T09:47:24.000Z","dependencies_parsed_at":"2022-08-21T02:50:20.170Z","dependency_job_id":null,"html_url":"https://github.com/devxoul/CGFloatLiteral","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/devxoul/CGFloatLiteral","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCGFloatLiteral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCGFloatLiteral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCGFloatLiteral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCGFloatLiteral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devxoul","download_url":"https://codeload.github.com/devxoul/CGFloatLiteral/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devxoul%2FCGFloatLiteral/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259752050,"owners_count":22905970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["swift","syntactic-sugar"],"created_at":"2024-10-13T13:49:53.883Z","updated_at":"2025-06-14T03:05:26.423Z","avatar_url":"https://github.com/devxoul.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"CGFloatLiteral\n==============\n\n![Swift](https://img.shields.io/badge/Swift-5.0-orange.svg)\n[![Build Status](https://travis-ci.org/devxoul/CGFloatLiteral.svg)](https://travis-ci.org/devxoul/CGFloatLiteral)\n[![CocoaPods](http://img.shields.io/cocoapods/v/CGFloatLiteral.svg)](https://cocoapods.org/pods/CGFloatLiteral)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nSimple CGFloat initializer.\n\n\nAt a Glance\n-----------\n\n```swift\nlet imageViewTop = 15.f\n```\n\n`imageViewTop` is now a `CGFloat`.\n\n\nInstallation\n------------\n\n- **For iOS 8+ projects** with [CocoaPods](https://cocoapods.org):\n\n    ```ruby\n    pod 'CGFloatLiteral', '~\u003e 0.2'\n    ```\n    \n- **For iOS 8+ projects** with [Carthage](https://github.com/Carthage/Carthage):\n\n    ```\n    github \"devxoul/CGFloatLiteral\" ~\u003e 0.2\n    ```\n\n- **For iOS 7 projects** with [CocoaSeeds](https://github.com/devxoul/CocoaSeeds):\n\n    ```ruby\n    github 'devxoul/CGFloatLiteral', '0.2.0', :files =\u003e 'Sources/*.swift'\n    ```\n    \n- **Using [Swift Package Manager](https://swift.org/package-manager)**:\n\n    ```swift\n    import PackageDescription\n\n    let package = Package(\n        name: \"MyAwesomeApp\",\n        dependencies: [\n            .Package(url: \"https://github.com/devxoul/CGFloatLiteral\", \"0.2.0\"),\n        ]\n    )\n    ```\n\n\nLicense\n-------\n\n**CGFloatLiteral** is under MIT license. See the [LICENSE](LICENSE) file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fcgfloatliteral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevxoul%2Fcgfloatliteral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevxoul%2Fcgfloatliteral/lists"}