blob: e3326a979934c6bad21ebdf56bbe1384688b1545 [file] [log] [blame]
{
"name": "TBActionSheet",
"version": "1.0.0",
"summary": "A Custom UIActionSheet",
"description": "If 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.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": [
"TBActionSheet/**/*.{h,m}",
"TBAlertController/**/*.{h,m}",
"Utils/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}