[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 9 / 0 / 8 / SHViewPager / 2.0.1 / SHViewPager.podspec.json
blobf61b0d7c392f736aadbbeea1166673c0289a7e37
2   "name": "SHViewPager",
3   "version": "2.0.1",
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   "screenshots": [
8     "https://github.com/shabib87/SHViewPager/blob/master/Images/SHViewPager_iphoneScreens.gif",
9     "https://github.com/shabib87/SHViewPager/blob/master/Images/SHViewPager_ipadScreens.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Ahmad Shabibul Hossain": "shabib.sust@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/shabib87/SHViewPager.git",
20     "tag": "2.0.1"
21   },
22   "social_media_url": "https://twitter.com/shabib_hossain",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "requires_arc": true,
27   "source_files": "SHViewPager/Classes/**/*",
28   "resource_bundles": {
29     "SHViewPager": "SHViewPager/Assets/*.xib"
30   },
31   "public_header_files": "SHViewPager/Classes/**/*.h",
32   "frameworks": [
33     "UIKit",
34     "Foundation"
35   ],
36   "dependencies": {
37     "PodAsset": [
39     ]
40   }