| { |
| "name": "VSPagingScrollView", |
| "version": "0.0.3", |
| "summary": "VSPagingScrollView is a UIScrollView with paging enabled based on Ray Wenderlich tutorial", |
| "homepage": "https://github.com/poglicier/VSPagingScrollView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "poglicier": "poglicier@gmail.com" |
| }, |
| "social_media_url": "https://www.facebook.com/valentin.shamardin", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/poglicier/VSPagingScrollView.git", |
| "tag": "0.0.3" |
| }, |
| "source_files": [ |
| "Classes", |
| "Classes/**/*.{h,m}" |
| ], |
| "public_header_files": "Classes/*.h", |
| "frameworks": "Foundation", |
| "requires_arc": true |
| } |