blob: 22ec00f740550e98721fc34853b7300b5563450d [file] [log] [blame]
{
"name": "PrebuiltDynamicPod",
"version": "1.0",
"summary": "Sample of how to package a prebuilt Pod.",
"description": "\"Example of a prebuilt dynamic library Pod\"",
"homepage": "https://github.com/thedavidharris/PrebuiltDynamicPod",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"thedavidharris": "daharr@umich.edu"
},
"source": {
"git": "https://github.com/thedavidharris/PrebuiltDynamicPod.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.2"
],
"source_files": "Sources/**/*",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*"
}
]
}