[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 8 / SHViewPager / 2.0.7 / SHViewPager.podspec.json
blobc09b65e954c37323202093bbfcfaca2ca8ae3086
2   "name": "SHViewPager",
3   "version": "2.0.7",
4   "summary": "A simple view pager for iOS. Compatible with iOS 8.0 or later.",
5   "description": "A simple view pager for iOS. Compatible with iOS 8.0 or later, that imitates the view pager vastly used on android apps.",
6   "homepage": "https://github.com/shabib87/SHViewPager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ahmad Shabibul Hossain": "shabib.sust@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/shabib87/SHViewPager.git",
16     "tag": "2.0.7"
17   },
18   "social_media_url": "https://twitter.com/shabib_hossain",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "SHViewPager/Classes/**/*",
24   "resource_bundles": {
25     "SHViewPager": "SHViewPager/Assets/*.xib"
26   },
27   "public_header_files": "SHViewPager/Classes/**/*.h",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "dependencies": {
33     "PodAsset": [
35     ]
36   }