[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 2 / TabCollectionView / 0.1.2 / TabCollectionView.podspec.json
blobfed1363c0c095effa3fab1d3d3662dc9647b37c4
2   "name": "TabCollectionView",
3   "version": "0.1.2",
4   "summary": "A Light-weight Swift Library that mimics ViewPager of Android in iOS in the simplest and efficient way",
5   "description": "A Light-weight Swift Library that mimics ViewPager of Android in iOS in the simplest and efficient way. TabCollectionView can be used like any other View of UIKit. It follows the same architecture and delegation pattern.",
6   "homepage": "https://github.com/akaashdev/TabCollectionView",
7   "screenshots": [
8     "https://raw.githubusercontent.com/akaashdev/TabCollectionView/master/Screenshots/screen-record-iphone-1.gif",
9     "https://raw.githubusercontent.com/akaashdev/TabCollectionView/master/Screenshots/screen-record-ipad-1.gif",
10     "https://raw.githubusercontent.com/akaashdev/TabCollectionView/master/Screenshots/screen-record-ipad-2.gif"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Akaash Dev": "heatblast.akaash@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/akaashdev/TabCollectionView.git",
21     "tag": "0.1.2"
22   },
23   "social_media_url": "https://twitter.com/akaash_dev",
24   "platforms": {
25     "ios": "11.0"
26   },
27   "source_files": "TabCollectionView/Classes/**/*",
28   "swift_versions": "5.0",
29   "swift_version": "5.0"