blob: ba8d953f057cd4e24b2b0a59b839a380efa57d97 [file] [log] [blame]
{
"name": "Socketing",
"version": "1.0.0",
"summary": "A minimal iOS/macOS Socket Framework.",
"description": "A minimal iOS/macOS Socket Framework in Swift.",
"homepage": "https://github.com/Meniny/Socketing",
"license": "MIT",
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/Socketing.git",
"tag": "1.0.0"
},
"social_media_url": "http://meniny.cn/",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"source_files": [
"Socketing/**/*{.swift}",
"Socketing/**/*{.h}",
"Socketing/**/*{.c}"
],
"public_header_files": "Socketing/**/*{.h}",
"ios": {
"frameworks": "Foundation"
},
"osx": {
"frameworks": "Foundation"
},
"pushed_with_swift_version": "3.0"
}