| { |
| "name": "JFGPullToRefresh", |
| "version": "0.1.0", |
| "summary": "A arrow pull to refresh library", |
| "description": " A simple pull to refresh library with arrow animation.\n\n Inspired by the Twitter app for iPad\n", |
| "homepage": "https://github.com/fatalaa/JFGPullToRefresh", |
| "screenshots": "https://raw.githubusercontent.com/fatalaa/JFGPullToRefresh/master/Example/Gif/demo.gif", |
| "license": "MIT", |
| "authors": { |
| "Tibor Molnár": "fatalaa@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/fatalaa/JFGPullToRefresh.git", |
| "tag": "v0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/fatalaa", |
| "platforms": { |
| "ios": "7.1" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "frameworks": "UIKit" |
| } |