[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / b / Complex / 1.2.0 / Complex.podspec.json
blobcd70a41e4ee002efdf37485db0d40a94a84bd1a1
2   "name": "Complex",
3   "version": "1.2.0",
4   "summary": "Swift Complex Number",
5   "description": "A lightweight framework designed for representing and working with complex numbers for iOS, macOS, tvOS, and watchOS.",
6   "homepage": "https://github.com/SomeRandomiOSDev/Complex",
7   "license": "MIT",
8   "authors": {
9     "Joseph Newton": "somerandomiosdev@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0",
13     "osx": "10.10",
14     "tvos": "9.0",
15     "watchos": "2.0"
16   },
17   "source": {
18     "git": "https://github.com/SomeRandomiOSDev/Complex.git",
19     "tag": "1.2.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": [
23     "4.2",
24     "5.0"
25   ],
26   "cocoapods_version": ">= 1.7.3",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "platforms": {
32         "ios": "8.0",
33         "osx": "10.10",
34         "tvos": "9.0"
35       },
36       "dependencies": {
37         "Half": [
38           "~> 1.2"
39         ]
40       },
41       "source_files": [
42         "Tests/ComplexTests/*Tests.swift",
43         "Tests/ComplexTests/TestingBase.swift"
44       ]
45     }
46   ],
47   "swift_version": "5.0"