blob: 0cc65a5996e3be388b0e7add965a92acb0d894da [file] [log] [blame]
{
"name": "XcodeServerSDK",
"version": "0.1.2",
"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"
},
"source": {
"git": "https://github.com/czechboy0/XcodeServerSDK.git",
"tag": "v0.1.2"
},
"source_files": "XcodeServerSDK/**/*.{swift}",
"requires_arc": true
}