| { |
| "name": "RKSlider", |
| "version": "0.0.1", |
| "summary": "A CocoaPods library written in Swift", |
| "description": "This CocoaPods library helps you create application with the best slider.", |
| "homepage": "https://github.com/Ramiz69/Slider", |
| "license": "MIT", |
| "authors": { |
| "Ramiz Kichibekov": "ramiz161@icloud.com" |
| }, |
| "social_media_url": "https://t.me/Ramiz69", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "source": { |
| "git": "https://github.com/Ramiz69/Slider.git", |
| "tag": "0.0.1" |
| }, |
| "swift_versions": [ |
| "5.0", |
| "5.1" |
| ], |
| "source_files": [ |
| "Slider/*.swift", |
| "Slider/**/*.swift" |
| ], |
| "swift_version": "5.1" |
| } |