blob: 757c13e73b92a30b86d197efb9f255f790ad6b54 [file] [log] [blame]
{
"name": "EFFoundation",
"version": "0.8.0",
"summary": "EFFoundation.",
"description": "EFFoundation.",
"homepage": "https://github.com/EFPrefix/EFFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"EyreFree": "eyrefree@eyrefree.org"
},
"source": {
"git": "https://github.com/EFPrefix/EFFoundation.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/EyreFree777",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"frameworks": [
"UIKit",
"Foundation"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "EFFoundation/Core/**/*"
},
{
"name": "Attributes",
"source_files": "EFFoundation/Attributes/**/*",
"dependencies": {
"EFFoundation/Core": [
],
"SwiftyAttributes": [
">= 5.1.1"
]
}
},
{
"name": "Device",
"source_files": "EFFoundation/Device/**/*",
"dependencies": {
"EFFoundation/Core": [
],
"DeviceKit": [
">= 2.1.0"
]
}
},
{
"name": "Reachability",
"source_files": "EFFoundation/Reachability/**/*",
"dependencies": {
"EFFoundation/Core": [
],
"ReachabilitySwift": [
">= 4.3.1"
]
}
},
{
"name": "Complete",
"dependencies": {
"EFFoundation/Core": [
],
"EFFoundation/Attributes": [
],
"EFFoundation/Device": [
],
"EFFoundation/Reachability": [
]
}
}
]
}