blob: 6973ed99e55cbc7a593d42c100507e225122979a [file] [log] [blame]
{
"name": "Mint",
"module_name": "Mint",
"version": "1.0.0",
"summary": "A hunan readable HTTP request library in Swift.",
"description": "Mint is a hunan readable HTTP request library in Swift.",
"homepage": "https://github.com/Meniny/Mint",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Elias Abel": "admin@meniny.cn"
},
"social_media_url": "https://meniny.cn/",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/Meniny/Mint.git",
"tag": "1.0.0"
},
"source_files": "Mint/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1"
},
"swift_version": "4.1",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Mint/Core/**/*.swift"
}
]
}