[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / b / 4 / FATabScroller / 1.0.1 / FATabScroller.podspec.json
blob709d3997cf6a506945d3c588651632fedcf700e8
2   "name": "FATabScroller",
3   "version": "1.0.1",
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": "1.0.1"
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       "~> 1.0.0"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"