[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 3 / f / EVTTabPageScrollView / 0.1.0 / EVTTabPageScrollView.podspec.json
blob1262c4a0dc583c2d8cb61ab349c6d786274d7dbe
2   "name": "EVTTabPageScrollView",
3   "version": "0.1.0",
4   "summary": "A tab page scroll view with indicator and same width tab buttons.",
5   "description": "Just a simple tab page , writing with UIScrollView and UIButton, it has indicator below the button.\nAnd also , it provide some parameters you could modify the default color theme.",
6   "homepage": "https://github.com/everettjf/EVTTabPageScrollView",
7   "license": "MIT",
8   "authors": {
9     "everettjf": "everettjf@live.com"
10   },
11   "source": {
12     "git": "https://github.com/everettjf/EVTTabPageScrollView.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "EVTTabPageScrollView": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Masonry": [
27       "~> 0.6"
28     ]
29   }