blob: 85f96491d75eb03f37acf41a88ce0a6dc542da2c [file] [log] [blame]
{
"name": "XcodeServerSDK",
"version": "0.5.4",
"summary": "Access Xcode Server API with native Swift objects.",
"homepage": "https://github.com/czechboy0/XcodeServerSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Honza Dvorsky": "honzadvorsky.com"
},
"social_media_url": "http://twitter.com/czechboy0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/czechboy0/XcodeServerSDK.git",
"tag": "v0.5.4"
},
"source_files": "XcodeServerSDK/**/*.{swift}",
"dependencies": {
"BuildaUtils": [
"~> 0.2.3"
]
}
}