[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / b / 7 / 2 / Highway / 0.16.0 / Highway.podspec.json
blob9aad78dd7f13bd5ca1515dbbeb340f8d12ea6c90
2   "name": "Highway",
3   "version": "0.16.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   "source": {
15     "git": "https://github.com/cooler333/Highway.git",
16     "tag": "0.16.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Sources/Highway/**/*.swift",
25   "swift_versions": [
26     "5.6",
27     "5.5",
28     "5.4"
29   ],
30   "testspecs": [
31     {
32       "name": "HighwayTests",
33       "test_type": "unit",
34       "platforms": {
35         "ios": "13.0",
36         "osx": "10.15",
37         "tvos": "13.0"
38       },
39       "pod_target_xcconfig": {
40         "ENABLE_BITCODE": "NO"
41       },
42       "frameworks": "XCTest",
43       "source_files": "Tests/HighwayTests/*.swift"
44     }
45   ],
46   "swift_version": "5.6"