[Add] FTMobileSDK 1.5.9-alpha.1
[CocoaPods.git] / Specs / 1 / 3 / 2 / CardScrollView / 1.0.0 / CardScrollView.podspec.json
blob1bbbaca8086b48d36edc1c12e519d3b0820b8213
2   "name": "CardScrollView",
3   "version": "1.0.0",
4   "summary": "A custom UIScrollView that enables vertical paging without limiting the page height.",
5   "description": "A custom UIScrollView that enables vertical paging without limiting the page height and wors the same way as UITableView.",
6   "homepage": "https://github.com/NikolaySohryakov/CardScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nikolay Sohryakov": "nikolay.sohryakov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/NikolaySohryakov/CardScrollView.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": [
22     "CardScrollView/Source",
23     "*.{swift}"
24   ],
25   "requires_arc": true,
26   "social_media_url": "https://twitter.com/nsohryakov",
27   "pushed_with_swift_version": "3.0"