blob: 706faedd4e9c83caf4a483cf5203e98d36159da4 [file] [log] [blame]
{
"name": "UIFlow",
"version": "2.0.0",
"platforms": {
"ios": "13.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"authors": "Ricardo Rauber Pereira",
"license": "MIT",
"homepage": "http://ricardorauber.com",
"source": {
"git": "https://github.com/ricardorauber/UIFlow.git",
"tag": "2.0.0"
},
"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.3"
}