[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / c / TFBase / 0.1.5 / TFBase.podspec.json
blobeefa1225a8c7bfdca7f00f165ff62b7b2f13a08a
2   "name": "TFBase",
3   "version": "0.1.5",
4   "summary": "BaseAndTool",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://www.baidu.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "9527": "563150601@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/house365ios/TFBase.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TFBase/Classes/**/*",
22   "resource_bundles": {
23     "TFBase": [
24       "TFBase/Assets/**/*.{png,storyboard,xib}"
25     ]
26   },
27   "prefix_header_contents": "#ifdef __OBJC__\n\n#define TFBaseBundleImageNamed(A) [UIImage imageNamed:A inBundle:[NSBundle bundleWithURL:[[NSBundle bundleForClass:self.class] URLForResource:@\"TFBase\" withExtension:@\"bundle\"]] compatibleWithTraitCollection:nil]\n#define TFBaseBundleName [NSBundle bundleWithURL:[[NSBundle bundleForClass:self.class] URLForResource:@\"TFBase\" withExtension:@\"bundle\"]]\n\n#define TFCustomBundleImageNamed(A) [UIImage imageNamed:A inBundle:[NSBundle bundleWithURL:[[NSBundle bundleForClass:self.class] URLForResource:@\"TFBase\" withExtension:@\"bundle\"]] compatibleWithTraitCollection:nil]\n#define TFCustomBundleName [NSBundle bundleWithURL:[[NSBundle bundleForClass:self.class] URLForResource:@\"TFBase\" withExtension:@\"bundle\"]]\n\n#endif",
28   "exclude_files": [
29     "TFBase/Classes/TFCustomTool/XTFReachability.{h,m}",
30     "TFBase/Classes/TFCustomTool/XTFSvUDIDTools.{h,m}",
31     "TFBase/Classes/TFCustomTool/XTFKeychain.{h,m}",
32     "TFBase/Classes/TFCustomTool/SSKeychain/*.{h,m}"
33   ],
34   "subspecs": [
35     {
36       "name": "no-arc",
37       "requires_arc": false,
38       "source_files": [
39         "TFBase/Classes/TFCustomTool/XTFReachability.{h,m}",
40         "TFBase/Classes/TFCustomTool/XTFSvUDIDTools.{h,m}",
41         "TFBase/Classes/TFCustomTool/XTFKeychain.{h,m}",
42         "TFBase/Classes/TFCustomTool/SSKeychain/*.{h,m}"
43       ]
44     }
45   ]