blob: 9ba1a24b070685ec92580e9fa49db5883741d5ca [file] [log] [blame]
{
"name": "LMPullToBounce",
"version": "1.1.1",
"summary": "The Objective-C version of PullToBounce. Supports iOS 7.0+.",
"description": "An elegant “pull to refresh” animation, written in Objective-C, fix the crash when dealloc",
"homepage": "https://github.com/luckymore0520/LMPullToBounce",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luckymore0520": "njuluckwang@gmail.com"
},
"social_media_url": "http://weibo.com/u/2274597140",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/luckymore0520/LMPullToBounce.git",
"tag": "1.1.1"
},
"source_files": [
"LMPullToBounce",
"LMPullToBounce/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}