blob: 17c54a97b71a73e647a12b4b89c7396fcf1962ca [file] [log] [blame]
{
"name": "SecureSocket",
"module_name": "SecureSocket",
"version": "1.0.0",
"summary": "SecureSocket is a generic low level socket framework written in Swift.",
"homepage": "https://github.com/Meniny/SecureSocket",
"license": "MIT",
"authors": {
"Meniny": "Meniny@qq.com"
},
"source": {
"git": "https://github.com/Meniny/SecureSocket.git",
"tag": "1.0.0"
},
"social_media_url": "http://meniny.cn/",
"requires_arc": true,
"platforms": {
"osx": "10.11",
"ios": "10.0",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/*.swift",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1.1"
},
"pushed_with_swift_version": "3.1.1"
}