[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 6 / 1 / TFAlertView / 0.5.0 / TFAlertView.podspec.json
blob06c8cf7ecae25d5273a400f63d7b2bced63d2219
2   "name": "TFAlertView",
3   "version": "0.5.0",
4   "summary": "公共提示框",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://www.house365.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "house365cadmin@163.com": "house365cadmin@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/house365ios/TFAlertView.git",
16     "tag": "0.5.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TFAlertView/Classes/**/*",
22   "resource_bundles": {
23     "TFAlertView": [
24       "TFAlertView/Assets/*.{png,xib}"
25     ]
26   },
27   "prefix_header_contents": "#ifdef __OBJC__\n#define TFAlertBundleImageNamed(A) [UIImage imageNamed:A inBundle:[NSBundle bundleWithURL:[[NSBundle bundleForClass:self.class] URLForResource:@\"TFAlertView\" withExtension:@\"bundle\"]] compatibleWithTraitCollection:nil]\n#define TFAlertBundleName [NSBundle bundleWithURL:[[NSBundle bundleForClass:self.class] URLForResource:@\"TFAlertView\" withExtension:@\"bundle\"]]\n#endif"