[Add] onesecondbefore-tracker 7.9.0
[CocoaPods.git] / Specs / 6 / c / e / RTHeadedColumnView / 0.2.0 / RTHeadedColumnView.podspec.json
blob06c5b4a628b54cacaa647d610e8840911aed7d16
2   "name": "RTHeadedColumnView",
3   "version": "0.2.0",
4   "summary": "A common headed column view.",
5   "description": "The control is like Android's ViewPager, which has many columns of content to display and share a common header.",
6   "homepage": "https://github.com/rickytan/RTHeadedColumnView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rickytan": "ricky.tan.xin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rickytan/RTHeadedColumnView.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "http://rickytan.cn",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "RTHeadedColumnView/Classes/**/*",
23   "public_header_files": "RTHeadedColumnView/Classes/**/*.h",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CoreGraphics"
28   ]