blob: 624da809b4b31ffb06673031543a216d02f00bca [file] [log] [blame]
{
"name": "StefTestFramework",
"version": "0.1.0",
"summary": "iOS framework just for testing pods functionallity",
"authors": {
"AStefanchuk": "andy.stef.2512@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/AndyStef/Steffff",
"platforms": {
"ios": "12.0"
},
"swift_versions": "5.0",
"source": {
"http": "https://github.com/AndyStef/Steffff/releases/download/0.1.0/FrameworkTest.zip"
},
"ios": {
"vendored_frameworks": "FrameworkTest.framework"
},
"frameworks": [
"CoreLocation",
"CoreMotion"
],
"dependencies": {
"RealmSwift": [
"~> 5.4.0"
]
},
"swift_version": "5.0"
}