[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 4 / 5 / 7 / AAsyncImageLoader / 0.1.0 / AAsyncImageLoader.podspec.json
bloba23306cd3296d54813e5905e75668e46e7fdc799
2   "name": "AAsyncImageLoader",
3   "version": "0.1.0",
4   "summary": "An asynchronous image loader, with some magic and an UIImageView category for drop-in integration.",
5   "description": "This library will allow you to load image from the web to any UIImageView thanks to the UIImageView category.\nIt is also a more capable low level loading library to get UIImage from the Internet allowing you to control the logic you want to put there.",
6   "homepage": "https://github.com/jrmgx/AAsyncImageLoader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jérôme Gx": "jerome@gangneux.net"
13   },
14   "source": {
15     "git": "https://github.com/jrmgx/AAsyncImageLoader.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "AAsyncImageLoader/Classes/**/*",
22   "frameworks": "UIKit"