2 "name": "FloatDoublerPodC",
4 "summary": "Takes a float array and delegates it to C func to double each element and return a new array",
5 "description": "Takes a float array and delegates it to C func to double each element and return a new array. This is just a fun project to use C funcs in Swift.",
6 "homepage": "https://github.com/rhytthm",
9 "Rhytthm Mahajan": "rhytthm1717@gmail.com"
15 "git": "https://github.com/rhytthm/FloatDoublerPod.git",
18 "source_files": "FloatDoublerPodC/**/*.{h,m}",
19 "exclude_files": "FloatDoublerPodC/**/FloatDoublerPodCTests.{h,m}"