[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 5 / 9 / 7 / EFFoundation / 1.1.1 / EFFoundation.podspec.json
blob8f5dd516617738240fa9174fb18516018c8b0826
2   "name": "EFFoundation",
3   "version": "1.1.1",
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.1.1"
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   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "EFFoundation/Core/*.{h,swift}"
33     },
34     {
35       "name": "Attributes",
36       "platforms": {
37         "ios": "8.0",
38         "tvos": "9.0",
39         "osx": "10.11",
40         "watchos": "2.0"
41       },
42       "source_files": "EFFoundation/Attributes/*.{h,swift}",
43       "dependencies": {
44         "EFFoundation/Core": [
46         ],
47         "SwiftyAttributes": [
48           ">= 5.1.1"
49         ]
50       }
51     },
52     {
53       "name": "Device",
54       "platforms": {
55         "ios": "8.0"
56       },
57       "source_files": "EFFoundation/Device/*.{h,swift}",
58       "dependencies": {
59         "EFFoundation/Core": [
61         ],
62         "DeviceKit": [
63           ">= 2.2.0"
64         ]
65       }
66     },
67     {
68       "name": "Reachability",
69       "platforms": {
70         "ios": "8.0"
71       },
72       "source_files": "EFFoundation/Reachability/*.{h,swift}",
73       "dependencies": {
74         "EFFoundation/Core": [
76         ],
77         "ReachabilitySwift": [
78           ">= 4.3.1"
79         ]
80       }
81     },
82     {
83       "name": "Complete",
84       "platforms": {
85         "ios": "8.0"
86       },
87       "dependencies": {
88         "EFFoundation/Core": [
90         ],
91         "EFFoundation/Attributes": [
93         ],
94         "EFFoundation/Device": [
96         ],
97         "EFFoundation/Reachability": [
99         ]
100       }
101     }
102   ]