[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / f / a / JRUIOC / 0.1.0 / JRUIOC.podspec.json
blob15a3d27931022182d9c591b8f042028f6697ed8f
2   "name": "JRUIOC",
3   "version": "0.1.0",
4   "summary": "__",
5   "description": "构建tableview,collectionview,弹出框 oc版本",
6   "homepage": "https://github.com/jiaren0204/JRUIOC",
7   "license": "MIT",
8   "authors": {
9     "梁嘉仁": "50839393@qq.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/jiaren0204/JRUIOC.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "JRUIOC/Classes/*.h",
19   "subspecs": [
20     {
21       "name": "JRTableViewManager",
22       "source_files": "JRUIOC/Classes/JRTableViewManager/*.{h,m}"
23     },
24     {
25       "name": "JRCollectionViewManager",
26       "source_files": "JRUIOC/Classes/JRCollectionViewManager/**/*.{h,m}"
27     },
28     {
29       "name": "Util",
30       "source_files": "JRUIOC/Classes/Util/*.{h,m}"
31     }
32   ]