[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / 9 / 7 / CVPageView / 1.1.1 / CVPageView.podspec.json
blobb77be26ca554bac30ba0b89be27e36b7eb56fc63
2   "name": "CVPageView",
3   "version": "1.1.1",
4   "summary": "分页的pageView,横向滑动",
5   "description": "支持横向滑动分页,可独立设计每一页的控制器,隔离文件",
6   "homepage": "https://github.com/weixhe/CVPageView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "weixhe": "workerwei@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/weixhe/CVPageView.git",
19     "tag": "1.1.1"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "TabPageView",
25       "source_files": "CVPageView/Classes/**/*.{h, m}"
26     },
27     {
28       "name": "TabView",
29       "source_files": "CVPageView/Classes/TabView/*.{h, m}"
30     },
31     {
32       "name": "PageView",
33       "source_files": [
34         "CVPageView/Classes/PageView/*.{h, m}",
35         "CVPageView/Classes/Private/*.{h, m}"
36       ]
37     }
38   ]