blob: 89e69ac7a1d968bca426318e1972894e0a906e0d [file] [log] [blame]
{
"name": "LMPullToBounce",
"version": "1.0.1",
"summary": "The Objective-C version of PullToBounce. Supports iOS 7.0+.",
"description": "An elegant “pull to refresh” animation, written in Objective-C,",
"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.0.1"
},
"source_files": [
"LMPullToBounce",
"LMPullToBounce/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"UIKit"
]
}