blob: 4ffc0755056c97770a27be94e854d22aeb0fd774 [file] [log] [blame]
{
"name": "testlibsft",
"version": "1.0.0",
"summary": "Your framework summary",
"homepage": "https://example.com/",
"authors": {
"Name": "gigi@example.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://github.com/achelius/testlib/releases/download/1.0.0/testlib.zip"
},
"source_files": "testlib.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "testlib.framework"
}
}