[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / b / Complex / 1.2.1 / Complex.podspec.json
blobca3af2421fdfe3e572be9018cf8c2acd689f66eb
2   "name": "Complex",
3   "version": "1.2.1",
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     "Joe Newton": "somerandomiosdev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/SomeRandomiOSDev/Complex.git",
13     "tag": "1.2.1"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "osx": "10.10",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": "Sources/Complex/*.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": "9.0",
33         "osx": "10.10",
34         "tvos": "9.0",
35         "watchos": "2.0"
36       },
37       "dependencies": {
38         "Half": [
39           "~> 1.2"
40         ]
41       },
42       "source_files": [
43         "Tests/ComplexTests/*Tests.swift",
44         "Tests/ComplexTests/TestingBase.swift"
45       ]
46     }
47   ],
48   "swift_version": "5.0"