[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / b / 9 / 5 / NSString-HYPDate / 0.1 / NSString-HYPDate.podspec.json
blobab94cda8a2bcbb75f158f8267da2e7017d652223
2   "name": "NSString-HYPDate",
3   "version": "0.1",
4   "summary": "Output dates or date strings (ISO8601 format) in default string format using only a single line of code.",
5   "homepage": "https://github.com/hyperoslo/NSString-HYPDate",
6   "license": "MIT",
7   "authors": {
8     "Hyper AS": "teknologi@hyper.no"
9   },
10   "source": {
11     "git": "https://github.com/hyperoslo/NSString-HYPDate.git",
12     "tag": "0.1"
13   },
14   "social_media_url": "https://twitter.com/hyperoslo",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Source/**/*",
20   "dependencies": {
21     "ISO8601DateFormatter": [
22       "~> 0.7"
23     ]
24   }