blob: 57c94fd8d85993c765971bf4dc563ac583caae71 [file] [log] [blame]
{
"name": "EAKit",
"module_name": "EAKit",
"version": "1.3.2",
"summary": "A huge collection of native Swift extensions to boost your productivity.",
"homepage": "https://github.com/Meniny/EAKit",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Meniny/EAKit.git",
"tag": "1.3.2"
},
"source_files": "EAKit/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"swift_version": "4.0",
"default_subspecs": [
"Core",
"Foundation",
"UIKit",
"AppKit",
"CoreLocation",
"CoreGraphics",
"Testing",
"sysctl",
"Runtime"
],
"subspecs": [
{
"name": "Core",
"source_files": [
"EAKit/Core/**/*.swift",
"EAKit/SwiftStdlib/**/*.swift"
]
},
{
"name": "Foundation",
"source_files": "EAKit/Foundation/**/*.swift",
"dependencies": {
"EAKit/Core": [
]
}
},
{
"name": "UIKit",
"source_files": "EAKit/UIKit/**/*.swift",
"dependencies": {
"EAKit/Core": [
]
}
},
{
"name": "AppKit",
"source_files": "EAKit/AppKit/**/*.swift",
"dependencies": {
"EAKit/Core": [
]
}
},
{
"name": "CoreGraphics",
"source_files": "EAKit/CoreGraphics/**/*.swift",
"dependencies": {
"EAKit/Core": [
]
}
},
{
"name": "CoreLocation",
"source_files": "EAKit/CoreLocation/**/*.swift",
"dependencies": {
"EAKit/Core": [
]
}
},
{
"name": "Testing",
"source_files": "EAKit/Testing/**/*.swift"
},
{
"name": "sysctl",
"source_files": "EAKit/sysctl/**/*.swift"
},
{
"name": "Runtime",
"source_files": "EAKit/Runtime/**/*.swift"
}
]
}