[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 2 / 4 / UIFlow / 2.0.0 / UIFlow.podspec.json
blob706faedd4e9c83caf4a483cf5203e98d36159da4
2   "name": "UIFlow",
3   "version": "2.0.0",
4   "platforms": {
5     "ios": "13.0"
6   },
7   "swift_versions": [
8     "5.0",
9     "5.1",
10     "5.2",
11     "5.3"
12   ],
13   "authors": "Ricardo Rauber Pereira",
14   "license": "MIT",
15   "homepage": "http://ricardorauber.com",
16   "source": {
17     "git": "https://github.com/ricardorauber/UIFlow.git",
18     "tag": "2.0.0"
19   },
20   "summary": "A navigation and data interaction framework for iOS projects",
21   "pod_target_xcconfig": {
22     "ENABLE_TESTABILITY": "YES"
23   },
24   "source_files": "Classes/**/*",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "requires_app_host": true,
30       "source_files": "Tests/**/*",
31       "dependencies": {
32         "Nimble": [
33           "8.1.2"
34         ],
35         "Quick": [
36           "3.0.0"
37         ]
38       }
39     }
40   ],
41   "swift_version": "5.3"