blob: c5d81bd04943c41c3debbe192be9040e9275c1ec [file] [log] [blame]
{
"name": "ABSDK",
"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/AliasNSObject/FakeSDK.git",
"tag": "1.0.0"
},
"ios": {
"vendored_frameworks": "FakeSDK.framework"
}
}