[Add] TrustDecisionPro 4.2.7
[CocoaPods.git] / Specs / 2 / a / 7 / FloatDoublerPodC / 1.0.0 / FloatDoublerPodC.podspec.json
blob29ba3879d4b4396349a23ccda962e8b29ecf7607
2   "name": "FloatDoublerPodC",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Rhytthm Mahajan": "rhytthm1717@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/rhytthm/FloatDoublerPod.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "FloatDoublerPodC/**/*.{h,m}",
19   "exclude_files": "FloatDoublerPodC/**/FloatDoublerPodCTests.{h,m}"