[Add] MARSDK_EASPRO 5.0.3
[CocoaPods.git] / Specs / 5 / d / a / YPUIKit / 1.1.4 / YPUIKit.podspec.json
blobde6bfe504c8e18e34c5054b65e8f53ea81c05f85
2   "name": "YPUIKit",
3   "version": "1.1.4",
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.4"
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": "YPUIKit/YPProgress/YPProgress.bundle"
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     }
75   ]