[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / f / RTIconButton / 1.1.1 / RTIconButton.podspec.json
blob78a573082dee0127321c87da4d5ad41bbd317a79
2   "name": "RTIconButton",
3   "version": "1.1.1",
4   "summary": "A Interface Builder configurable UIButton with a image icon",
5   "description": "This is a drop-in replacement for UIButton, which support convenient configuration for image icon's position\nand icon title margin. It also support control centent aligns.\nNOTE: to support IB, you must set use_frameworks! in your Podfile.",
6   "homepage": "https://github.com/rickytan/RTIconButton",
7   "license": "MIT",
8   "authors": {
9     "rickytan": "ricky.tan.xin@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/rickytan/RTIconButton.git",
13     "tag": "1.1.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "public_header_files": "Pod/Classes/**/*.h",
21   "frameworks": "UIKit"