[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / f / 1 / c / YPScrollPageView / 1.1.1 / YPScrollPageView.podspec.json
blob8089b10c13cc42405e7bcf7f0bba8079027944b1
2   "name": "YPScrollPageView",
3   "version": "1.1.1",
4   "summary": "YPScrollPageView.",
5   "description": "修复一些小问题",
6   "homepage": "https://github.com/hz-wyp/YPScrollPageView",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": "wangyanping",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/hz-wyp/YPScrollPageView.git",
17     "tag": "1.1.1"
18   },
19   "source_files": "YPScrollPageView/YPScrollPageView/YPHeader.h",
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "other",
24       "source_files": "YPScrollPageView/YPScrollPageView/other/*.{h,m}"
25     },
26     {
27       "name": "config",
28       "source_files": "YPScrollPageView/YPScrollPageView/config/*.{h,m}"
29     },
30     {
31       "name": "view",
32       "dependencies": {
33         "YPScrollPageView/config": [
35         ],
36         "YPScrollPageView/other": [
38         ]
39       },
40       "source_files": "YPScrollPageView/YPScrollPageView/view/*.{h,m}"
41     }
42   ]