blob: 6a11f5f777d2f4f62fb26f1f9c378eac45aa2567 [file] [log] [blame]
{
"name": "ADTFoundation",
"version": "0.0.1",
"summary": "A set of useful categories for Foundation.",
"homepage": "https://github.com/robin2005/ADTFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"robin2005": "57048685@qq.com"
},
"source": {
"git": "https://github.com/robin2005/ADTFoundation.git",
"tag": "0.0.1"
},
"swift_versions": "5",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"public_header_files": [
"Sources/ADTFoundation.h"
],
"source_files": [
"Sources/*.h"
],
"subspecs": [
{
"name": "Coder",
"source_files": "Sources/Coder/*.swift"
},
{
"name": "NSObject",
"source_files": "Sources/NSObject/*.swift"
},
{
"name": "String",
"source_files": "Sources/String/*.swift"
},
{
"name": "Stdlib",
"source_files": "Sources/Stdlib/*.swift"
},
{
"name": "Date",
"source_files": "Sources/Date/*.swift"
},
{
"name": "URL",
"source_files": "Sources/URL/*.swift"
},
{
"name": "Data",
"source_files": "Sources/Data/*.swift"
},
{
"name": "Dispatch",
"source_files": "Sources/Dispatch/*.swift"
},
{
"name": "Device",
"watchos": {
"source_files": [
"Sources/Device/core/*.swift"
]
},
"tvos": {
"source_files": [
"Sources/Device/core/*.swift"
]
},
"osx": {
"source_files": [
"Sources/Device/core/*.swift"
],
"frameworks": "SystemConfiguration"
},
"ios": {
"source_files": [
"Sources/Device/core/*.swift",
"Sources/Device/ios/*.swift"
],
"frameworks": "SystemConfiguration"
}
},
{
"name": "Custom",
"source_files": [
"Sources/Custom/*/**",
"Sources/Custom/*.swift"
]
}
],
"swift_version": "5"
}