4 "summary": "BasicsKit it's a set of shortcuts to improve daily productivity.",
5 "description": "BasicsKit it's a set of shortcuts to improve daily productivity.\n\nVersion 0.0.1:\n- Parse Int, Double and Float to String\n- Parse String to Int or Double or Float\n\n0.0.2:\n- Add support to SPM\n\n0.0.3:\n- Add .orZero to unwrap Double, Float and Int\n- Add .orEmpty to unwrap String\n- Add .asDouble to parse Float, Int and String\n- Add .asFloat to parse Double, Int and String\n- Add .asInt to parse Double, Float and String\n\n0.0.4:\n- Add .onlyNumbers to remove everything except numbers from String\n- Add .removeNumbers to remove numbers from String\n- Add .asFloat16 to parse Int/Int8/Int16/Int32/Int64\n- Add .asFloat32 to parse Int/Int8/Int16/Int32/Int64\n- Add .asFloat64 to parse Int/Int8/Int16/Int32/Int64",
6 "homepage": "https://github.com/jnevesjunior/BasicsKit",
12 "Jose Neves": "contato@joseneves.com.br"
14 "social_media_url": "https://www.linkedin.com/in/jose-neves",
18 "swift_versions": "5.0.1",
20 "git": "https://github.com/jnevesjunior/BasicsKit.git",
23 "source_files": "BasicsKit/**/*.{h,m,swift}",
24 "swift_version": "5.0.1"