| { |
| "name": "SHViewPager", |
| "version": "2.0.1", |
| "summary": "A simple view pager for iOS. Compatible with iOS 8.0 or later.", |
| "description": "A simple view pager for iOS. Compatible with iOS 8.0 or later, that imitates the view pager vastly used on android apps.", |
| "homepage": "https://github.com/shabib87/SHViewPager", |
| "screenshots": [ |
| "https://github.com/shabib87/SHViewPager/blob/master/Images/SHViewPager_iphoneScreens.gif", |
| "https://github.com/shabib87/SHViewPager/blob/master/Images/SHViewPager_ipadScreens.gif" |
| ], |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ahmad Shabibul Hossain": "shabib.sust@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/shabib87/SHViewPager.git", |
| "tag": "2.0.1" |
| }, |
| "social_media_url": "https://twitter.com/shabib_hossain", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "SHViewPager/Classes/**/*", |
| "resource_bundles": { |
| "SHViewPager": "SHViewPager/Assets/*.xib" |
| }, |
| "public_header_files": "SHViewPager/Classes/**/*.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "dependencies": { |
| "PodAsset": [ |
| |
| ] |
| } |
| } |