blob: 2de2f4e446bc03a0e773663022a56a2f35a4ae52 [file] [log] [blame]
{
"name": "TBActionSheet",
"version": "1.7.4",
"summary": "A Custom&Magical ActionSheet.",
"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",
"homepage": "https://github.com/yulingtianxia/TBActionSheet",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YangXiaoyu": "yulingtianxia@gmail.com"
},
"social_media_url": "https://twitter.com/yulingtianxia",
"source": {
"git": "https://github.com/yulingtianxia/TBActionSheet.git",
"tag": "1.7.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Source/**/*.{h,m}",
"public_header_files": [
"Source/TBActionSheet/TBActionButton.h",
"Source/TBActionSheet/TBActionSheet.h",
"Source/TBActionSheet/UIView+TBAdditions.h",
"Source/TBActionSheet/UIWindow+TBAdditions.h",
"Source/TBAlertController/TBAlertController.h"
],
"frameworks": [
"Foundation",
"UIKit"
]
}