blob: 2427cec39ebb852de69eaa28de0e5ee6b69cd910 [file] [log] [blame]
{
"name": "tema-ios-ntp",
"version": "1.0.0",
"summary": "A fork of 'https://github.com/jbenet/ios-ntp' supporting cocoapods",
"description": " A longer description of tema-ios-ntp in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/jbenet/ios-ntp",
"license": "MIT",
"authors": {
"Temasys Communications": "shussain@temasys.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/temahussain/ios-ntp.git",
"tag": "1.0.0"
},
"source_files": [
"ios-ntp-lib",
"ios-ntp-lib/*.{h,m}",
"network-udp",
"network-udp/*.{h,m}"
],
"prefix_header_file": "ios-ntp-lib/ios-ntp.pch",
"resources": "ios-ntp-rez/ntp.hosts",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics",
"CFNetwork"
],
"requires_arc": true
}