[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / a / YPUIKit / 1.2.1 / YPUIKit.podspec.json
blobcee971f735533400e949fdae5e821721fe4ca8ca
2   "name": "YPUIKit",
3   "version": "1.2.1",
4   "summary": "A collection of categories that contains many commonly used methods.",
5   "homepage": "https://github.com/yuping1989/YPUIKit",
6   "license": "MIT",
7   "authors": {
8     "Yu Ping": "290180695@qq.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/yuping1989/YPUIKit.git",
15     "tag": "1.2.1"
16   },
17   "requires_arc": true,
18   "resources": "YPUIKit/Resources/YPUIKit.bundle",
19   "default_subspecs": "All",
20   "subspecs": [
21     {
22       "name": "All",
23       "source_files": "YPUIKit/**/*.{h,m}",
24       "dependencies": {
25         "MBProgressHUD": [
27         ],
28         "Masonry": [
30         ]
31       }
32     },
33     {
34       "name": "YPLine",
35       "source_files": "YPUIKit/YPLine/**/*.{h,m}",
36       "dependencies": {
37         "Masonry": [
39         ]
40       }
41     },
42     {
43       "name": "YPProgress",
44       "source_files": "YPUIKit/YPProgress/**/*.{h,m}",
45       "dependencies": {
46         "MBProgressHUD": [
48         ]
49       }
50     },
51     {
52       "name": "YPBaseUpwardsView",
53       "source_files": "YPUIKit/YPBaseUpwardsView/**/*.{h,m}"
54     },
55     {
56       "name": "YPCheckBox",
57       "source_files": "YPUIKit/YPCheckBox/**/*.{h,m}"
58     },
59     {
60       "name": "YPControl",
61       "source_files": "YPUIKit/YPControl/**/*.{h,m}"
62     },
63     {
64       "name": "YPPageControlView",
65       "source_files": "YPUIKit/YPPageControlView/**/*.{h,m}"
66     },
67     {
68       "name": "YPTagCloudView",
69       "source_files": "YPUIKit/YPTagCloudView/**/*.{h,m}"
70     },
71     {
72       "name": "YPTextView",
73       "source_files": "YPUIKit/YPTextView/**/*.{h,m}",
74       "dependencies": {
75         "Masonry": [
77         ]
78       }
79     }
80   ]