blob: d44197a2e28c2ba162ee2713595eb8af2bab2272 [file] [log] [blame]
{
"name": "ios-ntp",
"version": "1.1.1",
"summary": "SNTP implementation for iOS.",
"homepage": "https://github.com/jbenet/ios-ntp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/jbenet/ios-ntp.git",
"tag": "1.1.1"
},
"authors": {
"Gavin Eadie": "https://github.com/gavineadie"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ios-ntp-lib/*.{h,m}",
"frameworks": "CFNetwork",
"dependencies": {
"CocoaAsyncSocket": [
"~>7.4.1"
]
},
"requires_arc": true
}