[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 4 / 3 / a / MHSNTP / 0.0.3 / MHSNTP.podspec.json
blobd66721ed912d1ad3d213413f0e5de8cb201cb440
2   "name": "MHSNTP",
3   "version": "0.0.3",
4   "summary": "SNTP client library",
5   "description": "Easy to use SNTP client library.",
6   "homepage": "https://github.com/DarkDust/MHSNTP",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marc Haisenko": "marc@darkdust.net"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.7",
17     "tvos": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/DarkDust/MHSNTP.git",
21     "tag": "0.0.3"
22   },
23   "source_files": "MHSNTP/*.{h,m}",
24   "requires_arc": true,
25   "dependencies": {
26     "CocoaAsyncSocket": [
27       "~> 7"
28     ]
29   }