| { |
| "name": "JTSScrollIndicator", |
| "version": "1.0.0", |
| "summary": "A substitute scroll indicator for iOS UIScrollViews. Looks almost identical, but allows custom colors.", |
| "homepage": "https://github.com/jaredsinclair/JTSScrollIndicator", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jared Sinclair": "https://twitter.com/jaredsinclair" |
| }, |
| "source": { |
| "git": "https://github.com/jaredsinclair/JTSScrollIndicator.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "frameworks": "UIKit", |
| "compiler_flags": "-fmodules", |
| "source_files": [ |
| "Source/*.{h,m}" |
| ] |
| } |