blob: 1f0a2a9b27a735efacd81d0afdd3329ed2d868bc [file] [log] [blame]
{
"name": "URLScission",
"version": "0.0.1",
"summary": "URLSession Log and Mock Framework.",
"description": "A Framework to log network call and to mock their results",
"homepage": "https://github.com/inso-/URLScission",
"license": {
"type": "MIT"
},
"authors": {
"Thomas Moussajee": "thomas.moussajee@gmail.com"
},
"source": {
"git": "https://github.com/inso-/URLScission.git",
"tag": "0.0.1"
},
"source_files": "URLScission/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"requires_arc": true,
"exclude_files": "PlatformURLScissionTests/**/*.swift",
"swift_version": "5.0"
}