[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / a / YPUIKit / 1.1.5 / YPUIKit.podspec.json
blob7fc5620b2898c62517fd5fa9684615a69630b0b4
2   "name": "YPUIKit",
3   "version": "1.1.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.1.5"
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": [
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": [
47         ]
48       },
49       "resources": [
50         "YPUIKit/YPProgress/YPProgress.bundle"
51       ]
52     },
53     {
54       "name": "YPBaseUpwardsView",
55       "source_files": "YPUIKit/YPBaseUpwardsView/**/*.{h,m}"
56     },
57     {
58       "name": "YPCheckBox",
59       "source_files": "YPUIKit/YPCheckBox/**/*.{h,m}"
60     },
61     {
62       "name": "YPControl",
63       "source_files": "YPUIKit/YPControl/**/*.{h,m}"
64     },
65     {
66       "name": "YPPageControlView",
67       "source_files": "YPUIKit/YPPageControlView/**/*.{h,m}"
68     },
69     {
70       "name": "YPTagCloudView",
71       "source_files": "YPUIKit/YPTagCloudView/**/*.{h,m}"
72     },
73     {
74       "name": "YPTextView",
75       "source_files": "YPUIKit/YPTextView/**/*.{h,m}"
76     }
77   ]