blob: 8a96ae2d4c771ee95b8216d689a3bc1334cc4fa8 [file] [log] [blame]
{
"name": "sampleFrameworkManoj",
"version": "0.0.1",
"summary": "A nice logger tool in Swift.",
"description": "A nice logger tool in Swift. Cheers",
"homepage": "https://github.com/zhihuitang",
"license": {
"type": "MIT",
"file": "license"
},
"authors": {
"Zhihui Tang": "crafttang@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"vendored_frameworks": "sampleFramework.framework"
},
"source": {
"http": "https://raw.githubusercontent.com/manojM008/testFrame/master/sampleFramework.zip"
},
"exclude_files": "Classes/Exclude",
"dependencies": {
"SDWebImage": [
"~> 4.0"
]
}
}