[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / a / TBActionSheet / 1.5.4 / TBActionSheet.podspec.json
blob912f6b510e13005a0c8af5db077005c67bb419fe
2   "name": "TBActionSheet",
3   "version": "1.5.4",
4   "summary": "A Custom&Magical ActionSheet.",
5   "description": "TBActionSheet is a small library that allows you to substitute Apple's uncustomizable UIActionSheet, with a beautiful and totally customizable actionsheet that you can use in your iOS app. The default style is iOS9/10, you can make your own style. Enjoy!\nIf you want your UIAlertController to be compatible with iOS7(even lower), you can just replace your UIAlertController with TBAlertController",
6   "homepage": "https://github.com/yulingtianxia/TBActionSheet",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YangXiaoyu": "yulingtianxia@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/yulingtianxia",
15   "source": {
16     "git": "https://github.com/yulingtianxia/TBActionSheet.git",
17     "tag": "1.5.4"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": "Source/**/*.{h,m}",
24   "public_header_files": [
25     "Source/TBActionSheet/TBActionButton.h",
26     "Source/TBActionSheet/TBActionSheet.h",
27     "Source/TBAlertController/TBAlertController.h"
28   ],
29   "frameworks": [
30     "Foundation",
31     "UIKit"
32   ]