[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / a / YPUIKit / 1.1.0 / YPUIKit.podspec.json
blobff5e77492913c8566e86ee3179066b941712f43f
2   "name": "YPUIKit",
3   "version": "1.1.0",
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.1.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": "All",
19   "subspecs": [
20     {
21       "name": "All",
22       "source_files": "YPUIKit/**/*.{h,m}",
23       "dependencies": {
24         "MBProgressHUD": [
25           "1.1.0"
26         ],
27         "Masonry": [
29         ]
30       }
31     },
32     {
33       "name": "YPLine",
34       "source_files": "YPUIKit/YPLine/**/*.{h,m}",
35       "dependencies": {
36         "Masonry": [
38         ]
39       }
40     },
41     {
42       "name": "YPProgress",
43       "source_files": "YPUIKit/YPProgress/**/*.{h,m}",
44       "dependencies": {
45         "MBProgressHUD": [
46           "1.1.0"
47         ]
48       }
49     },
50     {
51       "name": "YPBaseUpwardsView",
52       "source_files": "YPUIKit/YPBaseUpwardsView/**/*.{h,m}"
53     },
54     {
55       "name": "YPCheckBox",
56       "source_files": "YPUIKit/YPCheckBox/**/*.{h,m}"
57     },
58     {
59       "name": "YPControl",
60       "source_files": "YPUIKit/YPControl/**/*.{h,m}"
61     },
62     {
63       "name": "YPPageControlView",
64       "source_files": "YPUIKit/YPPageControlView/**/*.{h,m}"
65     },
66     {
67       "name": "YPTagCloudView",
68       "source_files": "YPUIKit/YPTagCloudView/**/*.{h,m}"
69     },
70     {
71       "name": "YPTextView",
72       "source_files": "YPUIKit/YPTextView/**/*.{h,m}"
73     }
74   ]