[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 8 / MCImageLoader / 1.0.0 / MCImageLoader.podspec.json
blob7911f199d1e2722bfd6b6ec9af877b60212347a9
2   "name": "MCImageLoader",
3   "version": "1.0.0",
4   "summary": "MCImageLoader loads asynchronously an UIImage to an UIImageView.",
5   "description": "This library loads an UIImage to a UIImageView. While the image is retrieved it shows the placeholder defined by the user.\nIt's also possible to set the transition duration between the placeholder and the final image.",
6   "homepage": "https://github.com/migchaves/MCImageLoader",
7   "license": "MIT",
8   "authors": {
9     "Miguel Chaves": "mchaves.apps@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/migchaves/MCImageLoader.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "MCImageLoader": [
22       "Pod/Assets/*.png"
23     ]
24   }