blob: bf33d4a388414b470e2485778721c139dbd74ad2 [file] [log] [blame]
{
"name": "UIFlow",
"version": "2.3.3",
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3",
"5.4"
],
"authors": "Ricardo Rauber Pereira",
"license": "MIT",
"homepage": "http://ricardorauber.com",
"source": {
"git": "https://github.com/ricardorauber/UIFlow.git",
"tag": "2.3.3"
},
"summary": "A navigation and data interaction framework for iOS projects",
"pod_target_xcconfig": {
"ENABLE_TESTABILITY": "YES"
},
"source_files": "Classes/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"requires_app_host": true,
"source_files": "Tests/**/*",
"dependencies": {
"Nimble": [
"8.1.2"
],
"Quick": [
"3.0.0"
]
}
}
],
"swift_version": "5.4"
}