blob: 03b895fce405c371582ac4b6f4d5fef93077f5af [file] [log] [blame]
{
"name": "BFRGifRefreshControl",
"version": "1.0.0",
"summary": "A simple and lightweigh refresh control.",
"description": "The BFRGifRefreshControl is an extremely lightweight, unintrusive and configurable way to add a .gif to refreshing actions inside of your iOS app 📱! You have total control over it, and the whole package comes in at just over 100 lines 😃!",
"homepage": "https://github.com/bufferapp/BFRGIFRefreshControl",
"screenshots": "https://camo.githubusercontent.com/462bed11b83ed04bca6f02a0fb54f4e59c651f74/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f662e636c2e6c792f6974656d732f3248303533583236326f3335315a3132324f334d2f53637265656e2532305265636f7264696e67253230323031362d30342d3238253230617425323031322e3535253230504d2e6769663f763d3263633434653339",
"license": "MIT",
"authors": {
"Andrew Yates": "andy@bufferapp.com",
"Jordan Morgan": "jordan@bufferapp.com",
"Humber Aquino": "humber@bufferapp.com"
},
"social_media_url": "https://twitter.com/bufferdevs",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/bufferapp/BFRGIFRefreshControl.git",
"tag": "1.0.0"
},
"source_files": "GifRefresh/**/BFRGifRefreshControl.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"FLAnimatedImage": [
],
"Masonry": [
]
}
}