| { |
| "name": "NFImageView", |
| "version": "0.2.5", |
| "swift_versions": "5", |
| "summary": "'NFImageView' is a subclass of a UIView that acts like a UIImageView. Uses CoreGraphics to draw image.", |
| "description": "\"NFImageView is a like UIImageView that has loading indicator built within it to indicate that there an active loading of an image. It has an option for loading style. A progress bar or a spinner.\"", |
| "homepage": "https://github.com/nferocious76/NFImageView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Neil Francis Ramirez Hipona": "nferocious76@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/nferocious76/NFImageView.git", |
| "tag": "0.2.5" |
| }, |
| "platforms": { |
| "ios": "13.0" |
| }, |
| "source_files": "NFImageView/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 5.1" |
| ], |
| "AlamofireImage": [ |
| "~> 4.1" |
| ] |
| }, |
| "swift_version": "5" |
| } |