[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 3 / 9 / PXFrostedImageView / 0.1.3 / PXFrostedImageView.podspec.json
bloba42b080b8ae69778a5e3f9063b4cb399caf33f0f
2   "name": "PXFrostedImageView",
3   "version": "0.1.3",
4   "summary": "Image view with blurry frosted background.",
5   "description": "A simple, tintable image view that displays a frosted version of its content.",
6   "homepage": "https://github.com/pixio/PXFrostedImageView",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXFrostedImageView.git",
13     "tag": "0.1.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PXFrostedImageView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "Accelerate"
29   ],
30   "dependencies": {
31     "PXImageView": [
33     ],
34     "UIImageUtilities": [
36     ],
37     "UIColor-MoreColors": [
39     ]
40   }