[Add] PingOidc 1.0.0
[CocoaPods.git] / Specs / a / 0 / c / ALButton / 0.0.1 / ALButton.podspec.json
blobf62ed6b571efcaa4dff7a2c68fcb34527b8d8024
2   "name": "ALButton",
3   "version": "0.0.1",
4   "summary": "UIButton, with some extra flavor",
5   "description": "                      This control is a subclass of Apple's default UIButton. It adds some functionality,\n                      cuts the number of lines needed to customize the look and behavior of the UIButton,\n                      and makes use of some niceties of Swift.\n",
6   "homepage": "http://github.com/al7/ALButton",
7   "license": "MIT",
8   "authors": {
9     "Alex Leite": "admin@al7dev.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/al7/ALButton.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "ALButton/Source",
20     "ALButton/Source/**/*.{h,m,swift}"
21   ],
22   "requires_arc": true