blob: 93f67f3b3deb94f5e8c7e8a0d48690969b9ddaf4 [file] [log] [blame]
{
"name": "JRUIOC",
"version": "0.1.2",
"summary": "__",
"description": "构建tableview,collectionview,弹出框 oc版本",
"homepage": "https://github.com/jiaren0204/JRUIOC",
"license": "MIT",
"authors": {
"梁嘉仁": "50839393@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/jiaren0204/JRUIOC.git",
"tag": "0.1.2"
},
"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}"
},
{
"name": "JRPopUpView",
"dependencies": {
"JRUIOC/Util": [
]
},
"source_files": "JRUIOC/Classes/JRPopUpView/*.{h,m}"
}
]
}