blob: d66721ed912d1ad3d213413f0e5de8cb201cb440 [file] [log] [blame]
{
"name": "MHSNTP",
"version": "0.0.3",
"summary": "SNTP client library",
"description": "Easy to use SNTP client library.",
"homepage": "https://github.com/DarkDust/MHSNTP",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Marc Haisenko": "marc@darkdust.net"
},
"platforms": {
"ios": "7.0",
"osx": "10.7",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/DarkDust/MHSNTP.git",
"tag": "0.0.3"
},
"source_files": "MHSNTP/*.{h,m}",
"requires_arc": true,
"dependencies": {
"CocoaAsyncSocket": [
"~> 7"
]
}
}