blob: e190da32ecd4bf3a038559efeeb3bb5aabc1d4df [file] [log] [blame]
{
"name": "MySDK1",
"version": "1.0.0",
"summary": "A really cool SDK that logs stuff.",
"homepage": "http://example.com/",
"authors": {
"Name": "sdk@example.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/sreekanthrad/MySDK.git",
"tag": "1.0.0"
},
"ios": {
"vendored_frameworks": "MySDK.framework"
}
}