blob: 113ffa7e589eb1609e71fe462007347fe5a7a773 [file] [log] [blame]
{
"name": "ModulePullRefresh",
"version": "1.0.6",
"summary": "Module PullRefresh.",
"description": "Pull to refresh wrapper.\n1. app style pre-configured.\n2. read configuration file for titles.\n3. min-os-version iOS 7.0.\n4. update lib for iOS 11 and iPhone X.",
"homepage": "https://github.com/blodely/ModulePullRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luo Yu": "indie.luo@gmail.com"
},
"source": {
"git": "https://github.com/blodely/ModulePullRefresh.git",
"tag": "1.0.6"
},
"social_media_url": "https://weibo.com/blodely",
"platforms": {
"ios": "7.0"
},
"source_files": [
"ModulePullRefresh/Classes/**/*",
"ModulePullRefresh/Configurations/*.plist"
],
"frameworks": "UIKit",
"dependencies": {
"MJRefresh": [
"~> 3.1.15"
]
}
}