blob: 8f5dd516617738240fa9174fb18516018c8b0826 [file] [log] [blame]
{
"name": "EFFoundation",
"version": "1.1.1",
"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": "1.1.1"
},
"social_media_url": "https://twitter.com/EyreFree777",
"swift_versions": "5.0",
"default_subspecs": "Core",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "EFFoundation/Core/*.{h,swift}"
},
{
"name": "Attributes",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.11",
"watchos": "2.0"
},
"source_files": "EFFoundation/Attributes/*.{h,swift}",
"dependencies": {
"EFFoundation/Core": [
],
"SwiftyAttributes": [
">= 5.1.1"
]
}
},
{
"name": "Device",
"platforms": {
"ios": "8.0"
},
"source_files": "EFFoundation/Device/*.{h,swift}",
"dependencies": {
"EFFoundation/Core": [
],
"DeviceKit": [
">= 2.2.0"
]
}
},
{
"name": "Reachability",
"platforms": {
"ios": "8.0"
},
"source_files": "EFFoundation/Reachability/*.{h,swift}",
"dependencies": {
"EFFoundation/Core": [
],
"ReachabilitySwift": [
">= 4.3.1"
]
}
},
{
"name": "Complete",
"platforms": {
"ios": "8.0"
},
"dependencies": {
"EFFoundation/Core": [
],
"EFFoundation/Attributes": [
],
"EFFoundation/Device": [
],
"EFFoundation/Reachability": [
]
}
}
]
}