[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 7 / 0 / 9 / UIImageViewNetwork / 0.1.0 / UIImageViewNetwork.podspec.json
blobed3b58effe9d1e88c9e9a2d1dccad8d8fd4b4b5c
2   "name": "UIImageViewNetwork",
3   "version": "0.1.0",
4   "summary": "UIImageViewNetwork is Swift extension of UIImageView to download image from server asynchronously.",
5   "description": "\n                      UIImageViewNetwork is easy to use Swift UIImageView extension to download image from network asynchronously in background thred. \n                      UIImageViewNetwork also caches downloaded image to reuse. \n                      Purge cached images for memory warning.  \n\n",
6   "homepage": "https://github.com/ibhupi/UIImageViewNetwork",
7   "license": "MIT",
8   "authors": {
9     "Bhupendra Singh": "ibhupi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/ibhupi/UIImageViewNetwork.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/ibhupi",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "UIImageViewNetwork/Classes/**/*"