Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noblakit01/lxextension
iOS Extension in Swift
https://github.com/noblakit01/lxextension
extension ios swift3 uikit
Last synced: 3 months ago
JSON representation
iOS Extension in Swift
- Host: GitHub
- URL: https://github.com/noblakit01/lxextension
- Owner: noblakit01
- License: mit
- Created: 2017-09-14T03:38:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T03:34:27.000Z (about 1 year ago)
- Last Synced: 2024-09-29T22:21:04.448Z (4 months ago)
- Topics: extension, ios, swift3, uikit
- Language: Swift
- Size: 158 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LXExtension
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c2d011634a8243b8854993082aef72c7)](https://www.codacy.com/app/noblakit01/LXExtension?utm_source=github.com&utm_medium=referral&utm_content=noblakit01/LXExtension&utm_campaign=badger)
iOS Extension in Swift
## Requirements
* iOS 8.0+
* Xcode 8+
* Swift 3## Installation
### CocoaPods
To integrate PhotoCollectionView into your Xcode project using CocoaPods, specify it in your `Podfile`:
```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!pod 'LXSwiftExtension', '~> 1.0.3'
```Then, run the following command:
```bash
$ pod install
```### Manually
- Drag and drop `Sources` folder into your project.## License
[MIT](http://thi.mit-license.org/)