| { |
| "name": "SwiftTabPager", |
| "version": "1.1.1", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "SegmentedView with full UI control.", |
| "description": "Tab Bar with full UI control. You can bind viewControllers and views with SegmentedView.", |
| "homepage": "https://github.com/artsimonyan23/SwiftTabPager", |
| "authors": { |
| "PROJECT_OWNER": "USER_EMAIL" |
| }, |
| "source": { |
| "git": "https://github.com/artsimonyan23/SwiftTabPager.git", |
| "tag": "1.1.1" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Source/*.{swift}", |
| "swift_versions": "5.0", |
| "subspecs": [ |
| { |
| "name": "Resources", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Source/Resources/*.{swift}" |
| }, |
| { |
| "name": "Extensions", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": "Source/Extensions/*.{swift}" |
| } |
| ], |
| "swift_version": "5.0" |
| } |