[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 6 / 0 / 7 / GenUtilsLib / 0.0.3 / GenUtilsLib.podspec.json
blob38f13537e8f02b336d71b4d90095cf93f2e1bfd4
2   "name": "GenUtilsLib",
3   "version": "0.0.3",
4   "summary": "Description of GenUtilsLib which does basic math functions, Dynamic height and width functions.",
5   "description": "This CocoaPods library helps you perform calculation like addition, subtraction, multiplication and division.\n\nAPI's to get the dynamic width and height of screen for the required percentage.\n\nAPI's to convert date to various formats and type\nGet day string in format:dd MMM, YYYY  for given time in millis\nGet Time string in format:1 day, 2 days, 1 hour, 2 hours, 1 min, 2 mins, 1 mon, 10 mon\nGet Time string to show in sms/messenger time stamp in format:1 day, 2 days,1 mon, 10 mon or hh:mm (within 24 hours)\nGet current time in format: hh:mm\nExtension of Date to get values for each param in date for year, months, weeks, days, hours, minutes, seconds. And convert date to ical style UTC, to string format: dd MMM yyyy, to day number format: dd, to week number format: EE, to time format with am/pm: HH:mm a, to Milliseconds",
6   "homepage": "https://github.com/virtplay/GenUtilsLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Karthik": "kokarbs@gmail.com"
13   },
14   "platforms": {
15     "ios": "11.3"
16   },
17   "swift_version": "4.2",
18   "source": {
19     "git": "https://github.com/virtplay/GenUtilsLib.git",
20     "tag": "0.0.3"
21   },
22   "source_files": "GenUtilsLib/**/*.swift"