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