[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / a / d / NSDate-ServerDate / 1.0 / NSDate-ServerDate.podspec.json
blob3391750bdef2e6537b1ca6cb85a4496a12b22c6c
2   "name": "NSDate-ServerDate",
3   "version": "1.0",
4   "summary": "NSDate+ServerDate is a NSDate Category that allows you to make sure your time is synced up to a server regardless of the User's settings.",
5   "description": "                \tNSDate+ServerDate\n                  ================\n\n                  NSDate+ServerDate is a NSDate Category that allows you to make sure your time is synced up to a remote server regardless of the User's local settings.\n                   \n                  It does this by performing a one-time-per-session HTTP HEAD Request to the supplied server, getting a \"Base\" date, and keep counting from there - Making sure you're in sync with the remote server even when the user's clock isn't.\n                   \n                  ## Definitions\n                  Modify ***_SD_SERVER*** If you want to sync your time to a specific server (e.g. your API server).\n                   \n                  Modify ***_SD_FORMAT*** If for some reason the Date format your HTTP Server returns is different than the one specified.\n                   \n                  USAGE\n                  -----\n                  ```objc\n                  NSDate *serverDate = [NSDate serverDate];\n                  ```\n\n                  An example Xcode project is part of this Repository.\n",
6   "homepage": "https://github.com/freak4pc/NSDate-ServerDate",
7   "license": "MIT",
8   "authors": {
9     "Shai Mishali": "freak4pc@gmail.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/freak4pc/NSDate-ServerDate.git",
16     "tag": "v1.0"
17   },
18   "source_files": "NSDate+ServerDate.**",
19   "exclude_files": "NSDate-ServerDateExample/**",
20   "requires_arc": true