blob: ea822b57a29a8af74ad3db74d64f11c972ae6573 [file] [log] [blame]
{
"name": "MACTableView",
"version": "1.0.0",
"summary": "The blank of UITableView supports empty text、empty picture、pull up & down events",
"homepage": "https://github.com/azheng51714/MACTableView",
"license": "MIT",
"authors": {
"MacKun": "414294494@qq.com"
},
"source": {
"git": "https://github.com/azheng51714/MACTableView.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/MaximeEpain",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "MACTableView/*.{m,h}",
"public_header_files": [
"MACTableView/*.h"
],
"dependencies": {
"MJRefresh": [
"~> 3.1.0"
],
"DZNEmptyDataSet": [
"~> 1.7.2"
]
}
}