blob: 1d92dc5b671de5ca66e6198c040d75f7c1a327d8 [file] [log] [blame]
{
"name": "NHNetworkTime",
"version": "1.4",
"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.4"
},
"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
}