blob: 091aba5afc840d52f21387cf056b1135c16c6218 [file] [log] [blame]
{
"name": "TBActionSheet",
"version": "1.0.1",
"summary": "A Custom UIActionSheet",
"description": "TBActionSheet is a custom action sheet. The default style is iOS9, you can make your own style.\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": "http://yulingtianxia.com",
"source": {
"git": "https://github.com/yulingtianxia/TBActionSheet.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"TBActionSheet/**/*.{h,m}",
"TBAlertController/**/*.{h,m}",
"Utils/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}