[Add] MealziOSSDK 5.3.0
[CocoaPods.git] / Specs / 7 / e / 5 / YLServices / 0.4.0 / YLServices.podspec.json
blobc08f89d76bb8753e0c565204b5c61b07748895ef
2   "name": "YLServices",
3   "version": "0.4.0",
4   "summary": "iOS 开发工具",
5   "homepage": "https://github.com/a619668402/YLServices",
6   "authors": {
7     "DYL": "15637195529@163.com"
8   },
9   "source": {
10     "git": "https://github.com/a619668402/YLServices.git",
11     "tag": "0.4.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YLServices/YLServices.h",
22   "public_header_files": "YLServices/YLServices.h",
23   "dependencies": {
24     "MJRefresh": [
25       "~> 3.1.15.7"
26     ],
27     "YTKNetwork": [
28       "~> 2.0.4"
29     ],
30     "ReactiveObjC": [
31       "~> 3.1.0"
32     ],
33     "YYWebImage": [
34       "~> 1.0.5"
35     ]
36   },
37   "subspecs": [
38     {
39       "name": "YLMacros",
40       "source_files": "YLServices/YLMacros/*.{h,m}",
41       "public_header_files": "YLServices/YLMacros/*.h"
42     },
43     {
44       "name": "YLMBProgress",
45       "source_files": "YLServices/YLMBProgress/*.{h,m}",
46       "public_header_files": "YLServices/YLMBProgress/*.h",
47       "ios": {
48         "frameworks": [
49           "Foundation",
50           "UIKit",
51           "CoreGraphics"
52         ]
53       }
54     },
55     {
56       "name": "YLCategory",
57       "source_files": "YLServices/YLCategory/*.{h,m}",
58       "public_header_files": "YLServices/YLCategory/*.h",
59       "ios": {
60         "frameworks": [
61           "Foundation",
62           "UIKit",
63           "CoreGraphics"
64         ]
65       },
66       "dependencies": {
67         "YLServices/YLMacros": [
69         ],
70         "YLServices/YLMBProgress": [
72         ]
73       }
74     },
75     {
76       "name": "YLTools",
77       "source_files": "YLServices/YLTools/*.{h,m}",
78       "public_header_files": "YLServices/YLTools/*.h"
79     }
80   ]