[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 5 / 4 / 1 / NFImageView / 0.1.7 / NFImageView.podspec.json
blobb688dd9b0fefbaea5d6ee32aedc06be6b8e870a3
2   "name": "NFImageView",
3   "version": "0.1.7",
4   "summary": "'NFImageView' is a subclass of a UIView that acts like a UIImageView. Uses CoreGraphics to draw image.",
5   "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.\"",
6   "homepage": "https://github.com/nferocious76/NFImageView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Neil Francis Ramirez Hipona": "nferocious76@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/nferocious76/NFImageView.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "NFImageView/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.4"
25     ],
26     "AlamofireImage": [
27       "~> 3.1"
28     ]
29   },
30   "pushed_with_swift_version": "3.0-GM-CANDIDATE"