[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / d / 2 / 8 / SMPager / 0.1.2 / SMPager.podspec.json
blob861c32b7928b98de6d7e98af92888ab6247c538d
2   "name": "SMPager",
3   "version": "0.1.2",
4   "summary": "A lightweight, memory-efficient implementation of UIScrollView written in Swift.",
5   "swift_versions": [
6     "5.0"
7   ],
8   "description": "SMPager or SimplePager is a lightweight, memory-efficient implementation of UIScrollView written in Swift. It works with reusable views the same way as UIKit's UITableView does.",
9   "homepage": "https://github.com/billp/SMPager",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Bill Panagiotopoulos": "billp.dev@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/billp/SMPager.git",
19     "tag": "0.1.2"
20   },
21   "platforms": {
22     "ios": "10.0"
23   },
24   "source_files": "SMPager/Classes/**/*",
25   "swift_version": "5.0"