[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / 6 / XBToast / 0.0.2 / XBToast.podspec.json
blobb47bde1557e28b585fc587e888d0bc271039c457
2   "name": "XBToast",
3   "version": "0.0.2",
4   "summary": "toast",
5   "description": "toast for iOS",
6   "homepage": "https://github.com/huisedediao/XBToast",
7   "license": "MIT",
8   "authors": {
9     "谢贤彬": "401758785@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/huisedediao/XBToast.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "XBToast",
20     "XBToast/**/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "dependencies": {
24     "XBAlertViewBase": [
26     ],
27     "Masonry": [
29     ]
30   },
31   "user_target_xcconfig": {
32     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
33   }