[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / a / TBActionSheet / 1.0.0 / TBActionSheet.podspec.json
blobe3326a979934c6bad21ebdf56bbe1384688b1545
2   "name": "TBActionSheet",
3   "version": "1.0.0",
4   "summary": "A Custom UIActionSheet",
5   "description": "If 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": "http://yulingtianxia.com",
15   "source": {
16     "git": "https://github.com/yulingtianxia/TBActionSheet.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "6.0"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "TBActionSheet/**/*.{h,m}",
25     "TBAlertController/**/*.{h,m}",
26     "Utils/**/*.{h,m}"
27   ],
28   "frameworks": [
29     "Foundation",
30     "UIKit"
31   ]