blob: c8eacf5d6ab257caab413cd2af25fb6ceea3ae58 [file] [log] [blame]
{
"name": "XXXTableLoad",
"version": "1.0",
"summary": "快速为tableView配置下拉上拉动画及空数据展示",
"homepage": "https://github.com/xxxIxxxx/XXXTableLoad",
"license": "MIT",
"authors": {
"i2yf": "i2yf@vip.qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/xxxIxxxx/XXXTableLoad.git",
"tag": 1.0
},
"source_files": "XXXTableLoad/**/*.{h,m}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"MJRefresh": [
"~> 3.1.15.1"
],
"SDAutoLayout": [
"~> 2.2.0"
],
"ReactiveCocoa": [
"~> 2.5.0"
]
}
}