[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / 3 / SwiftTabPager / 1.1.1 / SwiftTabPager.podspec.json
blob0ab824cb34123ed4cf43ecb427b36b3435e462e1
2   "name": "SwiftTabPager",
3   "version": "1.1.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "SegmentedView with full UI control.",
9   "description": "Tab Bar with full UI control. You can bind viewControllers and views with SegmentedView.",
10   "homepage": "https://github.com/artsimonyan23/SwiftTabPager",
11   "authors": {
12     "PROJECT_OWNER": "USER_EMAIL"
13   },
14   "source": {
15     "git": "https://github.com/artsimonyan23/SwiftTabPager.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Source/*.{swift}",
22   "swift_versions": "5.0",
23   "subspecs": [
24     {
25       "name": "Resources",
26       "platforms": {
27         "ios": "10.0"
28       },
29       "source_files": "Source/Resources/*.{swift}"
30     },
31     {
32       "name": "Extensions",
33       "platforms": {
34         "ios": "10.0"
35       },
36       "source_files": "Source/Extensions/*.{swift}"
37     }
38   ],
39   "swift_version": "5.0"