blob: bf5442173e3fd272c1b6bcd0373fe313a4401ba0 [file] [log] [blame]
{
"name": "MJPlistView",
"version": "1.0.0",
"summary": "Quickly generate the tableView/collectionView according to the plist/json configuration file.",
"homepage": "https://github.com/iosLiuPeng/MJPlistView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"iosLiuPeng": "392009255@qq.com"
},
"source": {
"git": "https://github.com/iosLiuPeng/MJPlistView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Classes/*.{h,m}",
"frameworks": "UIKit",
"resource_bundles": {
"resource": [
"Assets/*"
]
}
}