[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / 5 / 9 / 7 / EFFoundation / 1.2.3 / EFFoundation.podspec.json
blob140cf7b571a25092a457431cc7ac07b13f319622
2   "name": "EFFoundation",
3   "version": "1.2.3",
4   "summary": "EFFoundation.",
5   "description": "EFFoundation.",
6   "homepage": "https://github.com/EFPrefix/EFFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EyreFree": "eyrefree@eyrefree.org"
13   },
14   "source": {
15     "git": "https://github.com/EFPrefix/EFFoundation.git",
16     "tag": "1.2.3"
17   },
18   "social_media_url": "https://twitter.com/EyreFree777",
19   "swift_versions": "5.0",
20   "default_subspecs": "Core",
21   "frameworks": "Foundation",
22   "platforms": {
23     "ios": "8.0",
24     "tvos": "9.0",
25     "osx": "10.10",
26     "watchos": "2.0"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "EFFoundation/Core/*.{h,swift}"
32     },
33     {
34       "name": "Attributes",
35       "platforms": {
36         "ios": "8.0",
37         "tvos": "9.0",
38         "osx": "10.11",
39         "watchos": "2.0"
40       },
41       "source_files": "EFFoundation/Attributes/*.{h,swift}",
42       "dependencies": {
43         "EFFoundation/Core": [
45         ],
46         "SwiftyAttributes": [
47           "~> 5.1.1"
48         ]
49       }
50     },
51     {
52       "name": "Device",
53       "platforms": {
54         "ios": "8.0"
55       },
56       "source_files": "EFFoundation/Device/*.{h,swift}",
57       "dependencies": {
58         "EFFoundation/Core": [
60         ],
61         "DeviceKit": [
62           "~> 2.3.0"
63         ]
64       }
65     },
66     {
67       "name": "Reachability",
68       "platforms": {
69         "ios": "8.0"
70       },
71       "source_files": "EFFoundation/Reachability/*.{h,swift}",
72       "dependencies": {
73         "EFFoundation/Core": [
75         ],
76         "ReachabilitySwift": [
77           "~> 5.0.0"
78         ]
79       }
80     },
81     {
82       "name": "Complete",
83       "platforms": {
84         "ios": "8.0"
85       },
86       "dependencies": {
87         "EFFoundation/Core": [
89         ],
90         "EFFoundation/Attributes": [
92         ],
93         "EFFoundation/Device": [
95         ],
96         "EFFoundation/Reachability": [
98         ]
99       }
100     }
101   ],
102   "swift_version": "5.0"