[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / b / Complex / 1.1.0 / Complex.podspec.json
blob5f431ac99281df5f70d87a2ad058a5f4ced58b82
2   "name": "Complex",
3   "version": "1.1.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.1.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "frameworks": "Foundation",
23   "swift_versions": [
24     "4.0",
25     "4.2",
26     "5.0"
27   ],
28   "cocoapods_version": ">= 1.7.3",
29   "swift_version": "5.0"