blob: ab58d1ea846ef7f2543c274d5ff06e37fd842237 [file] [log] [blame]
{
"name": "MySDKAdrianAlvarez",
"version": "1.0",
"summary": "A really cool SDK that logs stuff.",
"homepage": "http://example.com/",
"authors": {
"Name": "sdk@example.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/adrianAlvarezFernandez/MySDKAdrianAlvarez.git",
"tag": "1.0"
},
"ios": {
"vendored_frameworks": "Frameworks/MySDK.framework"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
}
}