[Add] ScanbotSDK 6.2.0-RC4
[CocoaPods.git] / Specs / b / 7 / 2 / Highway / 1.0.0 / Highway.podspec.json
blobf888e9feb2c0e1b8a75a2382d0d225f08fe442f1
2   "name": "Highway",
3   "version": "1.0.0",
4   "summary": "Fast Multi-store Redux-like architecture framework for iOS/OSX applications",
5   "description": "Fast Multi-store Redux-like architecture framework for iOS/OSX applications.\nYou can easily maintain your app/screen/view state. Forgot about multithread state mutation problem or complex state changes.\nMake more product value in less time.",
6   "homepage": "https://github.com/cooler333/Highway",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Dmitrii Cooler": "collerov333@gmail.com"
13   },
14   "documentation_url": "https://github.com/cooler333/Highway",
15   "source": {
16     "git": "https://github.com/cooler333/Highway.git",
17     "tag": "1.0.0"
18   },
19   "platforms": {
20     "ios": "13.0",
21     "osx": "10.15",
22     "tvos": "13.0",
23     "watchos": "2.0"
24   },
25   "source_files": "Sources/Highway/**/*.swift",
26   "swift_versions": [
27     "5.7",
28     "5.6",
29     "5.5",
30     "5.4"
31   ],
32   "testspecs": [
33     {
34       "name": "HighwayTests",
35       "test_type": "unit",
36       "platforms": {
37         "ios": "13.0",
38         "osx": "10.15",
39         "tvos": "13.0"
40       },
41       "pod_target_xcconfig": {
42         "ENABLE_BITCODE": "NO"
43       },
44       "frameworks": "XCTest",
45       "source_files": "Tests/HighwayTests/*.swift"
46     }
47   ],
48   "swift_version": "5.7"