[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 5 / 2 / a / ThumbToBlur / 0.0.2 / ThumbToBlur.podspec.json
blob1b7c8b17fdf48fe5241659095ec888be974ee3ed
2   "name": "ThumbToBlur",
3   "version": "0.0.2",
4   "summary": "Make a thumb image to big and blur image.",
5   "description": "*Make a thumb image to big and blur image. \n *The thumb image is small then the blur image. This will fast your network.\n *Base On GPUImage",
6   "homepage": "https://github.com/caojianfeng/ThumbToBlur",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "caojianfeng": "windcao@hotmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/caojianfeng/ThumbToBlur.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "ThumbToBlur",
23     "ThumbToBlur/ThumbToBlur/**/*.{h,m}"
24   ],
25   "dependencies": {
26     "GPUImage": [
28     ]
29   }