[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / a / 1 / 3 / MTSVProgressHUD / 0.1.8 / MTSVProgressHUD.podspec.json
blob862e30cb8a4cc9e9807cd45da72503850234cf07
2   "name": "MTSVProgressHUD",
3   "version": "0.1.8",
4   "summary": "MTSVProgressHUD二进制framework",
5   "description": "'MTSVProgressHUD二进制framework 提高编译速度.",
6   "homepage": "https://gitee.com/fmdb/MTSVProgressHUD",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "ZhaoBingDong": "dzb8818082@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/fmdb/MTSVProgressHUD.git",
16     "tag": "0.1.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "MTSVProgressHUD/Classes/**/*{h,m}",
22   "public_header_files": "MTSVProgressHUD/Classes/Public/**/*.h",
23   "resource_bundles": {
24     "SVProgressHUD": [
25       "MTSVProgressHUD/Resource/*.png"
26     ]
27   },
28   "requires_arc": true,
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-ObjC"
35   }