[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 6 / b / c / CardSlidingView / 0.0.1 / CardSlidingView.podspec.json
blob95ea18131e2354bde4234cfcd9f97ab04f1d81ca
2   "name": "CardSlidingView",
3   "version": "0.0.1",
4   "summary": "A similar sliding view like the one in Google News App.",
5   "description": "The sliding view can be used in cells of UITableView or UICollectionView.\nBe able to work as a single UIView as well.",
6   "homepage": "https://github.com/chunta/CardSlidingView",
7   "license": "MIT",
8   "authors": {
9     "Rex": "hi.chuntachen@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/chunta/CardSlidingView.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "CardSlidingView",
21     "CardSlidingView/**/*.{h,m,swift}"
22   ]