[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / e / 9 / ADTFoundation / 0.0.4 / ADTFoundation.podspec.json
bloba5c65603ff73406d15f96d571d5ae07e428f7f50
2   "name": "ADTFoundation",
3   "version": "0.0.4",
4   "summary": "A set of useful categories for Foundation.",
5   "homepage": "https://github.com/robin2005/ADTFoundation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "robin2005": "57048685@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/robin2005/ADTFoundation.git",
15     "tag": "0.0.4"
16   },
17   "swift_versions": "5",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "osx": "10.10",
23     "watchos": "2.0"
24   },
25   "public_header_files": [
26     "Sources/ADTFoundation.h"
27   ],
28   "source_files": [
29     "Sources/*.h"
30   ],
31   "subspecs": [
32     {
33       "name": "Coder",
34       "source_files": "Sources/Coder/*.swift"
35     },
36     {
37       "name": "NSObject",
38       "source_files": "Sources/NSObject/*.swift"
39     },
40     {
41       "name": "String",
42       "source_files": "Sources/String/*.swift"
43     },
44     {
45       "name": "Stdlib",
46       "source_files": "Sources/Stdlib/*.swift"
47     },
48     {
49       "name": "Date",
50       "source_files": "Sources/Date/*.swift"
51     },
52     {
53       "name": "URL",
54       "source_files": "Sources/URL/*.swift"
55     },
56     {
57       "name": "Data",
58       "source_files": "Sources/Data/*.swift"
59     },
60     {
61       "name": "Dispatch",
62       "source_files": "Sources/Dispatch/*.swift"
63     },
64     {
65       "name": "Device",
66       "watchos": {
67         "source_files": [
68           "Sources/Device/core/*.swift"
69         ]
70       },
71       "tvos": {
72         "source_files": [
73           "Sources/Device/core/*.swift"
74         ]
75       },
76       "osx": {
77         "source_files": [
78           "Sources/Device/core/*.swift"
79         ],
80         "frameworks": "SystemConfiguration"
81       },
82       "ios": {
83         "source_files": [
84           "Sources/Device/core/*.swift",
85           "Sources/Device/ios/*.swift"
86         ],
87         "frameworks": "SystemConfiguration"
88       }
89     },
90     {
91       "name": "Custom",
92       "source_files": [
93         "Sources/Custom/*/**",
94         "Sources/Custom/*.swift"
95       ]
96     }
97   ],
98   "swift_version": "5"