blob: c1a47cff873f2832616007fbd45f10af13716519 [file] [log] [blame]
{
"name": "Ping",
"version": "1.0.1",
"summary": "Ping tools for iOS and macOS.",
"homepage": "https://github.com/connerwu/Ping",
"license": "MIT",
"authors": {
"ConnerWu": "244295790@qq.com"
},
"source": {
"git": "https://github.com/connerwu/Ping.git",
"tag": "1.0.1"
},
"source_files": "Source",
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.10"
},
"ios": {
"frameworks": [
"CFNetwork",
"Security"
]
},
"osx": {
"frameworks": [
"CoreServices",
"Security"
]
}
}