blob: f52dad3b6375f906e77a4fec04a97df38da12d72 [file] [log] [blame]
{
"name": "MySDKTestDS",
"version": "1.0.0",
"summary": "A really cool SDK that logs stuff.",
"homepage": "http://example.com/",
"authors": {
"Dmitry Smolyakov": "dm.smolyakov@gmail.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://github.com/Vinclai/MySDK/raw/master/MySDK.zip"
},
"ios": {
"vendored_frameworks": "MySDK.framework"
}
}