| { |
| "name": "YAScrollSegmentControl", |
| "version": "0.1.0", |
| "summary": "Beautiful and easy to use scrolling segment control.", |
| "description": " A simple control for implementing a beautiful scrolling segment control. With adaptive gradient to tease the user to explore all the items in the list. Fully customizable either by code or using interface builder.\n", |
| "homepage": "https://github.com/jimmya/YAScrollSegmentControl", |
| "screenshots": "https://raw.githubusercontent.com/jimmya/YAScrollSegmentControl/master/screen2.png", |
| "license": "MIT", |
| "authors": { |
| "jimmy": "arts.jimmy@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/jimmya/YAScrollSegmentControl.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "YAScrollSegmentControl": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |