| { |
| "name": "NFImageView", |
| "version": "0.1.3", |
| "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.1.3" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "NFImageView/Classes/**/*", |
| "dependencies": { |
| "Alamofire": [ |
| "~> 3.4" |
| ], |
| "AlamofireImage": [ |
| "~> 2.0" |
| ] |
| } |
| } |