[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 6 / 5 / 3 / AsyncBlur / 0.1.0 / AsyncBlur.podspec.json
blob835d5c661e78ceb770d1d131095962677b163d78
2   "name": "AsyncBlur",
3   "version": "0.1.0",
4   "summary": "Renderring blurred image from UIImage in background with optimizations.",
5   "description": "Allows developers render blurred images in background.\nIf you want your image view always be blurred, just use ABImageView instead of UIImageView.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vladislav Dugnist": "vdugnist@gmail.com"
12   },
13   "homepage": "https://github.com/ML-Works/AsyncBlur",
14   "source": {
15     "git": "https://github.com/ML-Works/AsyncBlur.git",
16     "tag": "0.1.0"
17   },
18   "source_files": [
19     "AsyncBlur",
20     "AsyncBlur/AsyncBlur/**/*.{h,m}"
21   ],
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true