[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / d / 4 / ios-ntp / 1.1.1 / ios-ntp.podspec.json
blobd44197a2e28c2ba162ee2713595eb8af2bab2272
2   "name": "ios-ntp",
3   "version": "1.1.1",
4   "summary": "SNTP implementation for iOS.",
5   "homepage": "https://github.com/jbenet/ios-ntp",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "source": {
11     "git": "https://github.com/jbenet/ios-ntp.git",
12     "tag": "1.1.1"
13   },
14   "authors": {
15     "Gavin Eadie": "https://github.com/gavineadie"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "ios-ntp-lib/*.{h,m}",
21   "frameworks": "CFNetwork",
22   "dependencies": {
23     "CocoaAsyncSocket": [
24       "~>7.4.1"
25     ]
26   },
27   "requires_arc": true