| { | |
| "name": "ABSDK", | |
| "version": "2.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": "2.0.0" | |
| }, | |
| "ios": { | |
| "vendored_frameworks": "FakeSDK.framework" | |
| } | |
| } |