[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / b / 8 / a / QTYButton / 0.1.0 / QTYButton.podspec.json
blob6e411f1600829ccd943fc8070c4e87b7457fe1d3
2   "name": "QTYButton",
3   "version": "0.1.0",
4   "summary": "simple quantity buttons, you can add number of quantity use + - buttons",
5   "description": "Add Quantity product by clicking + or -.",
6   "homepage": "http://asharijuang.github.io",
7   "license": "MIT",
8   "authors": "Ashari Juang",
9   "source": {
10     "git": "https://github.com/asharijuang/qtybutton.git",
11     "tag": "0.1.0"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source_files": "QTYButtons/**/*.{swift}",
17   "resource_bundles": {
18     "QTYButtons": [
19       "QTYButtons/**/*.{xib,xcassets,imageset}"
20     ]
21   },
22   "ios": {
23     "frameworks": [
24       "UIKit",
25       "Foundation"
26     ]
27   }