[Add] MentaIFLYAdapter 6.00.23
[CocoaPods.git] / Specs / 2 / d / f / PXGradientView / 0.2.0 / PXGradientView.podspec.json
blob9fb50fce6bc52c2e05e8392cff30b6931bc3b187
2   "name": "PXGradientView",
3   "version": "0.2.0",
4   "summary": "It's a gradient.  It's easy.",
5   "description": "A view that allows you to create a gradient with as little as one line of code.",
6   "homepage": "https://github.com/pixio/PXGradientView/",
7   "license": "MIT",
8   "authors": {
9     "Daniel Blakemore": "DanBlakemore@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/pixio/PXGradientView.git",
13     "tag": "0.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit",
22   "dependencies": {
23     "UIColor-MoreColors": [
25     ]
26   }