[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 5 / 9 / 7 / EFFoundation / 0.8.0 / EFFoundation.podspec.json
blob757c13e73b92a30b86d197efb9f255f790ad6b54
2   "name": "EFFoundation",
3   "version": "0.8.0",
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": "0.8.0"
17   },
18   "social_media_url": "https://twitter.com/EyreFree777",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "default_subspecs": "Core",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "EFFoundation/Core/**/*"
33     },
34     {
35       "name": "Attributes",
36       "source_files": "EFFoundation/Attributes/**/*",
37       "dependencies": {
38         "EFFoundation/Core": [
40         ],
41         "SwiftyAttributes": [
42           ">= 5.1.1"
43         ]
44       }
45     },
46     {
47       "name": "Device",
48       "source_files": "EFFoundation/Device/**/*",
49       "dependencies": {
50         "EFFoundation/Core": [
52         ],
53         "DeviceKit": [
54           ">= 2.1.0"
55         ]
56       }
57     },
58     {
59       "name": "Reachability",
60       "source_files": "EFFoundation/Reachability/**/*",
61       "dependencies": {
62         "EFFoundation/Core": [
64         ],
65         "ReachabilitySwift": [
66           ">= 4.3.1"
67         ]
68       }
69     },
70     {
71       "name": "Complete",
72       "dependencies": {
73         "EFFoundation/Core": [
75         ],
76         "EFFoundation/Attributes": [
78         ],
79         "EFFoundation/Device": [
81         ],
82         "EFFoundation/Reachability": [
84         ]
85       }
86     }
87   ]