[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / f / DateFormatterConstructor / 1.0.0 / DateFormatterConstructor.podspec.json
blob7429f4bc33404615514e951be068a0cf1bb4d4c6
2   "name": "DateFormatterConstructor",
3   "version": "1.0.0",
4   "swift_versions": "4.0",
5   "summary": "DateFormatter extension which makes DateFormatter instance creation easier",
6   "description": "This is simple DateFormatter extension which allows you to allows you to create a date formatter with a specific date pattern in one line",
7   "homepage": "https://github.com/idapgroup/DateFormatterConstructor",
8   "license": {
9     "type": "New BSD",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "IDAP Group": "hello@idapgroup.com"
14   },
15   "source": {
16     "git": "https://github.com/idapgroup/DateFormatterConstructor.git",
17     "tag": "1.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "header_mappings_dir": "Source",
24   "source_files": "Source/**/*.{swift,h,m,c,cpp}",
25   "swift_version": "4.0"