blob: 7e77ac65d561d3e3edb0099d67ab42eb5aa5e2c8 [file] [log] [blame]
{
"name": "FWSample",
"version": "0.0.2",
"summary": "FWSample is to test framework working or not with Cocoapods.",
"description": "FWSample is to test framework working or not with Cocoapods. After integrating this one, just it will print SampleString in your project",
"homepage": "https://github.com/saikirantokala/FWSample",
"license": {
"type": "Custom",
"file": "LICENSE"
},
"authors": {
"saikirantokala": "saikiran.tokala@digitap.ai"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/saikirantokala/FWSample.git",
"tag": "0.0.2"
},
"source_files": "FWSample.framework/Headers/*.h",
"public_header_files": "FWSample.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "FWSample.framework"
},
"swift_version": "5.0"
}