blob: 9c900c4995f6ae70dd7c6d292bf0c92b1323c943 [file] [log] [blame]
{
"name": "NHNetworkTime",
"version": "1.0",
"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.0"
},
"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
}