[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 1 / f / RTIconButton / 1.0.1 / RTIconButton.podspec.json
blobaaa696c67b8a6a43e9ee94f678dcfa49a7f89f84
2   "name": "RTIconButton",
3   "version": "1.0.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.0.1"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "RTIconButton": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"