[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 1 / 3 / d / GradientButton / 0.2.0 / GradientButton.podspec.json
blob375a8d77f5a391e7886b4adf86ed7813f060fa58
2   "name": "GradientButton",
3   "version": "0.2.0",
4   "summary": "GradientButton is a UIBUtton subclassing with gradient support",
5   "homepage": "https://github.com/giuseppenucifora/GradientButton",
6   "license": "MIT",
7   "authors": {
8     "Giuseppe Nucifora": "me@giuseppenucifora.com"
9   },
10   "source": {
11     "git": "https://github.com/giuseppenucifora/GradientButton.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "GradientButton": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "frameworks": "QuartzCore",
25   "dependencies": {
26     "PureLayout": [
28     ]
29   }