blob: db330a0346e10c94d997666cf5512c60f0ceaf8f [file] [log] [blame]
{
"name": "sampleTestFrameWork",
"version": "0.0.1",
"summary": "framework to test the sample",
"description": "A sample framework to test how the framework works",
"homepage": "https://github.com/manojM008",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manoj M": "manoj@2mpower.in"
},
"platforms": {
"ios": "9.0"
},
"source": {
"http": "https://raw.githubusercontent.com/manojM008/testFrame/master/sampleFramework.zip"
},
"exclude_files": "Classes/Exclude",
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
},
"ios": {
"vendored_frameworks": "sampleFramework.framework"
}
}