[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / d / HYP8601 / 0.7.2 / HYP8601.podspec.json
blob1cfb3a868957f120665bccea7afd32179492f82a
2   "name": "HYP8601",
3   "version": "0.7.2",
4   "summary": "A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.",
5   "authors": {
6     "Peter Hosey": "https://twitter.com/boredzo"
7   },
8   "homepage": "http://boredzo.org/iso8601dateformatter/",
9   "license": {
10     "type": "BSD",
11     "file": "LICENSE.txt"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/hyperoslo/HYP8601.git",
18     "tag": "0.7.2"
19   },
20   "source_files": "*.{m,h}",
21   "exclude_files": [
22     "test*.m",
23     "timetrial.m",
24     "unparse*.m",
25     "ISO8601ForCocoa/ISO8601ForCocoa{,Touch}Tests/**/*.m"
26   ],
27   "public_header_files": "ISO8601DateFormatter.h",
28   "requires_arc": false