blob: 0f703a3271ab7317b1048c9a1961e6c1cd763c5b [file] [log] [blame]
{
"name": "NHNetworkTime",
"version": "1.6",
"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.6"
},
"authors": {
"Huy Nguyen Cong": "https://github.com/huynguyencong"
},
"platforms": {
"ios": "7.0"
},
"source_files": "NHNetworkTime/*.{h,m}",
"frameworks": "CFNetwork",
"dependencies": {
"CocoaAsyncSocket": [
"<=7.4.1"
]
},
"requires_arc": true
}