blob: 15a3d27931022182d9c591b8f042028f6697ed8f [file] [log] [blame]
{
"name": "JRUIOC",
"version": "0.1.0",
"summary": "__",
"description": "构建tableview,collectionview,弹出框 oc版本",
"homepage": "https://github.com/jiaren0204/JRUIOC",
"license": "MIT",
"authors": {
"梁嘉仁": "50839393@qq.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/jiaren0204/JRUIOC.git",
"tag": "0.1.0"
},
"source_files": "JRUIOC/Classes/*.h",
"subspecs": [
{
"name": "JRTableViewManager",
"source_files": "JRUIOC/Classes/JRTableViewManager/*.{h,m}"
},
{
"name": "JRCollectionViewManager",
"source_files": "JRUIOC/Classes/JRCollectionViewManager/**/*.{h,m}"
},
{
"name": "Util",
"source_files": "JRUIOC/Classes/Util/*.{h,m}"
}
]
}