[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / a / 7 / c / moa / 9.0.0 / moa.podspec.json
blob9df82725f0a771496805a8d24d4c630c827d4afc
2   "name": "moa",
3   "version": "9.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/evgenyneu/moa",
8   "summary": "An image download extension for image view written in Swift.",
9   "description": "Moa is an image download library written in Swift for iOS, tvOS and macOS.\nIt allows to download and show an image in an image view by setting its moa.url property.\n\n* Images are downloaded asynchronously.\n* Uses NSURLSession for networking and caching.\n* Allows to configure cache size and policy.\n* Can be used without an image view.\n* Provides closure properties for image manipulation and error handling.\n* Includes unit testing mode for faking network responses.",
10   "authors": {
11     "Evgenii Neumerzhitckii": "sausageskin@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/evgenyneu/moa.git",
15     "tag": "9.0.0"
16   },
17   "screenshots": "https://raw.githubusercontent.com/evgenyneu/moa/master/Graphics/Hunting_Moa.jpg",
18   "source_files": "Moa/**/*.swift",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0"
23   },
24   "pushed_with_swift_version": "4.0"