[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / d / 5 / MPButton / 0.1.0 / MPButton.podspec.json
blobf6b42a32a8ace1eaf15784286f510d5fc8707f3a
2   "name": "MPButton",
3   "version": "0.1.0",
4   "summary": "A generic UIControl decorator that provides an easy way to deal with complex layout inside buttons.",
5   "description": "MPButton wraps any view that you provide adding UIControlEvents (ie. touchUpInside)\nand custom hit box.",
6   "homepage": "https://github.com/btadine/MPButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "btadine": "marcos.escac@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/btadine/MPButton.git",
16     "tag": "0.1.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "MPButton/Classes/MPButton.swift",
23   "pushed_with_swift_version": "3.0"