blob: 8f706e59fae7e8d003df8cc3bcd172bfc77296e3 [file] [log] [blame]
{
"name": "RestService",
"version": "1.0.0",
"platforms": {
"ios": "12.4"
},
"swift_versions": [
"5.0",
"5.1",
"5.2"
],
"authors": "Ricardo Rauber Pereira",
"license": "MIT",
"homepage": "http://ricardorauber.com",
"source": {
"git": "https://github.com/ricardorauber/RestService.git",
"tag": "1.0.0"
},
"summary": "A light REST service 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.0.7"
],
"OHHTTPStubs/Swift": [
"9.0.0"
],
"Quick": [
"2.2.0"
]
}
}
],
"swift_version": "5.2"
}