[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / a / YPUIKit / 1.2.5 / YPUIKit.podspec.json
blob41cf5dff12aeceb88fe2d642498fc5ef159b36a4
2   "name": "YPUIKit",
3   "version": "1.2.5",
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.5"
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": "YPToast",
44       "source_files": "YPUIKit/YPToast/**/*.{h,m}",
45       "dependencies": {
46         "Masonry": [
48         ]
49       }
50     },
51     {
52       "name": "YPProgress",
53       "source_files": "YPUIKit/YPProgress/**/*.{h,m}",
54       "dependencies": {
55         "MBProgressHUD": [
57         ]
58       }
59     },
60     {
61       "name": "YPBaseUpwardsView",
62       "source_files": "YPUIKit/YPBaseUpwardsView/**/*.{h,m}"
63     },
64     {
65       "name": "YPCheckBox",
66       "source_files": "YPUIKit/YPCheckBox/**/*.{h,m}"
67     },
68     {
69       "name": "YPControl",
70       "source_files": "YPUIKit/YPControl/**/*.{h,m}"
71     },
72     {
73       "name": "YPPageControlView",
74       "source_files": "YPUIKit/YPPageControlView/**/*.{h,m}"
75     },
76     {
77       "name": "YPTagCloudView",
78       "source_files": "YPUIKit/YPTagCloudView/**/*.{h,m}"
79     },
80     {
81       "name": "YPTextView",
82       "source_files": "YPUIKit/YPTextView/**/*.{h,m}",
83       "dependencies": {
84         "Masonry": [
86         ]
87       }
88     }
89   ]