| { | |
| "name": "MSScrollView", | |
| "version": "1.0.0", | |
| "summary": "A block-based UIScrollView alternative.", | |
| "homepage": "http://github.com/bitmapdata/MSScrollView", | |
| "license": { | |
| "type": "BSD", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "bitmapdata": "bitmapdata.com@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/bitmapdata/MSScrollView.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "MSScrollView/*.{h,m}", | |
| "requires_arc": true, | |
| "platforms": { | |
| "ios": "5.0" | |
| } | |
| } |