[Add] ApptentiveKit 6.9.1
[CocoaPods.git] / Specs / b / c / e / RJTableViewAgent / 1.0.6.2 / RJTableViewAgent.podspec.json
blob6ea17e988d36f2b29658c5fb3f0305c6d1e3d046
2   "name": "RJTableViewAgent",
3   "version": "1.0.6.2",
4   "summary": "将常用的一些Cell封装了到了RJTableViewAgent中,使得使用UITableView的时候可以快速开发",
5   "homepage": "https://github.com/shenguanjiejie/RJTableViewAgent",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "shenguanjiejie": "835166018@qq.com"
11   },
12   "social_media_url": "https://github.com/shenguanjiejie",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/shenguanjiejie/RJTableViewAgent.git",
18     "tag": "1.0.6.2"
19   },
20   "source_files": "RJTableViewAgent/RJTableViewAgent/*.{h,m}",
21   "requires_arc": true,
22   "user_target_xcconfig": {
23     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
24   },
25   "dependencies": {
26     "SDWebImage": [
28     ],
29     "RJVFL": [
31     ],
32     "YYText": [
34     ],
35     "TYCyclePagerView": [
37     ],
38     "DZNEmptyDataSet": [
40     ],
41     "YBImageBrowser": [
43     ],
44     "IQKeyboardManager": [
46     ],
47     "MBProgressHUD": [
49     ]
50   },
51   "subspecs": [
52     {
53       "name": "Resource",
54       "requires_arc": false,
55       "source_files": "RJTableViewAgent/RJTableViewAgent/Resource/*.png"
56     },
57     {
58       "name": "Utils",
59       "requires_arc": true,
60       "source_files": "RJTableViewAgent/RJTableViewAgent/Utils/*.{h,m}"
61     },
62     {
63       "name": "Infos",
64       "requires_arc": true,
65       "source_files": "RJTableViewAgent/RJTableViewAgent/Infos/*.{h,m}",
66       "dependencies": {
67         "RJTableViewAgent/Utils": [
69         ]
70       }
71     },
72     {
73       "name": "Cells",
74       "requires_arc": true,
75       "source_files": "RJTableViewAgent/RJTableViewAgent/Cells/*.{h,m}",
76       "dependencies": {
77         "RJTableViewAgent/Infos": [
79         ],
80         "RJTableViewAgent/Utils": [
82         ]
83       }
84     }
85   ]