[Add] Netmera 3.24.6
[CocoaPods.git] / Specs / 2 / e / 6 / YHRealName / 1.0.2 / YHRealName.podspec.json
blob1569f8a299b74dcb396366f2826003f14eab79c3
2   "name": "YHRealName",
3   "version": "1.0.2",
4   "summary": "实名制、防沉迷组件",
5   "description": "实名制、防沉迷组件,用于多包和渠道需求",
6   "homepage": "http://code.37ops.com/YHCatalinaHub/YHRealName",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YvanHall": "heyuhua@37.com"
13   },
14   "source": {
15     "git": "http://code.37ops.com/YHCatalinaHub/YHRealName.git",
16     "tag": "1.0.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "9.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "source_files": "DEMO/YHRealName/**/*.{h,m}",
27   "prefix_header_contents": [
28     "#import \"YHMacro.h\"",
29     "#import \"YHLoadingHUD.h\"",
30     "#import \"YHRealNameManager.h\"",
31     "#import \"BaseControl.h\"",
32     "#import \"YHDataManager.h\"",
33     "#import \"YHImageManager.h\"",
34     "#import \"ObjectExtend.h\"",
35     "#import \"NexusUnionConstant.h\"",
36     "#import \"AFNetworking.h\"",
37     "#import \"YHHUDManager.h\"",
38     "#import \"LocalizeText.h\"",
39     "#import \"YHNotiBoardViewController.h\"",
40     "#import \"NSObject+YYModel.h\"",
41     "#import \"MJExtension.h\""
42   ],
43   "exclude_files": [
44     "DEMO/YHRealName/**/NSObject+YYAddForARC.{h,m}",
45     "DEMO/YHRealName/**/NSThread+YYAdd.{h,m}"
46   ],
47   "subspecs": [
48     {
49       "name": "no-arc",
50       "requires_arc": false,
51       "source_files": [
52         "DEMO/YHRealName/**/NSObject+YYAddForARC.{h,m}",
53         "DEMO/YHRealName/**/NSThread+YYAdd.{h,m}"
54       ],
55       "prefix_header_contents": ""
56     }
57   ]