[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 5 / c / CPTaskScreenBlur / 0.0.1 / CPTaskScreenBlur.podspec.json
blob82c43f4f2f3423c8b40970e6b24758ae9bcc72a7
2   "name": "CPTaskScreenBlur",
3   "version": "0.0.1",
4   "summary": "后台模糊",
5   "description": "使程序置于后台时变模糊的功能",
6   "homepage": "https://github.com/LeiQiao/CPTaskScreenBlur",
7   "license": {
8     "type": "GPL",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LeiQiao": "lei.qiao@chinapnr.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/LeiQiao/CPTaskScreenBlur.git",
19     "tag": "0.0.1",
20     "submodules": true
21   },
22   "source_files": "CPTaskScreenBlur/CPTaskScreenBlur.{h,m}",
23   "public_header_files": "CPTaskScreenBlur/CPTaskScreenBlur.h",
24   "requires_arc": true,
25   "dependencies": {
26     "FXBlurView": [
27       "~> 1.6.4"
28     ]
29   }