[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 0 / a / 4 / EinButton / 1.0.0 / EinButton.podspec.json
blob1cad13a61f485fd68255902e16965ca0fd45debb
2   "name": "EinButton",
3   "version": "1.0.0",
4   "summary": "Simply customable add to cart button with UIView",
5   "swift_version": "4.0",
6   "description": "This library is used for button to add item in cart, when you click at the button, it will show up minus, plus, and image button",
7   "homepage": "https://github.com/theamorn/EinButton",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Amorn Apichattanakul": "benamorn@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/theamorn/EinButton.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "EinButton/Classes/**/*",
23   "resource_bundles": {
24     "EinButton": [
25       "EinButton/Assets/*.xcassets"
26     ]
27   }