[Add] NagizTestingPod 0.0.2
[CocoaPods.git] / Specs / 5 / 6 / 1 / TFAlertView / 0.6.0 / TFAlertView.podspec.json
blob9780cca1a378a778fcbb6d4e1baefd7507020b20
2   "name": "TFAlertView",
3   "version": "0.6.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.6.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"