[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 6 / 5 / 3 / AsyncBlur / 0.2.1 / AsyncBlur.podspec.json
blob0c24267dbeb8b87ed6fad53e2b46200b9f8f99cb
2   "name": "AsyncBlur",
3   "version": "0.2.1",
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.2.1"
17   },
18   "source_files": [
19     "AsyncBlur",
20     "AsyncBlur/AsyncBlur/**/*.{h,m}"
21   ],
22   "platforms": {
23     "ios": "8.0"
24   },
25   "requires_arc": true