| { |
| "name": "EAASlider", |
| "version": "0.0.1", |
| "summary": "New Slider", |
| "description": "New slider test", |
| "homepage": "https://github.com/MrRedVenom/EAASlider", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "AndreyEzhov": "mrredvenom@yahoo.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/MrRedVenom/EAASlider.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{swift}" |
| ], |
| "exclude_files": "Classes/Exclude", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |