blob: c6d9cc1d1651567cc08a4c06619c0115ff75d836 [file] [log] [blame]
{
"name": "NHNetworkTime",
"version": "1.7",
"summary": "Network time protocol NTP for iOS.",
"homepage": "https://github.com/huynguyencong/NHNetworkTime",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/huynguyencong/NHNetworkTime.git",
"tag": "1.7"
},
"authors": {
"Huy Nguyen Cong": "https://github.com/huynguyencong"
},
"platforms": {
"ios": "7.0"
},
"source_files": "NHNetworkTime/*.{h,m}",
"frameworks": "CFNetwork",
"dependencies": {
"CocoaAsyncSocket": [
"~>7.5.0"
]
},
"requires_arc": true
}