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