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