[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / b / 4 / FATabScroller / 2.0.0 / FATabScroller.podspec.json
blob594ea726d69203a645c0c74d7f1d6172082403bb
2   "name": "FATabScroller",
3   "version": "2.0.0",
4   "summary": "A basic tab container.",
5   "description": "The FATabScroller is a completely customizable widget with set of layered pages where only one page is displayed at a time.",
6   "homepage": "https://github.com/mevalid/FATabScroller",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mirela": "mevalid224@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mevalid/FATabScroller.git",
19     "tag": "2.0.0"
20   },
21   "source_files": [
22     "FATabScroller",
23     "FATabScroller/**/*.{h,m}"
24   ],
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3"
27   },
28   "dependencies": {
29     "Font-Awesome-Swift": [
30       "~> 1.6.4"
31     ],
32     "SCLayout": [
33       "~> 2.0.1"
34     ]
35   }