blob: 78f69fe613dfcd79b3a098a0bef69d4042a92f06 [file] [log] [blame]
{
"name": "SwiftCity",
"version": "0.1.1",
"summary": "A TeamCity API Client written in Swift.",
"description": "# SwiftCity\nA TeamCity API Client written in Swift\n\nThis is a _Work-In-Progress_ - with more endpoints coming soon.\nThis project is inspired by [TeamCitySharp](https://github.com/stack72/teamcitysharp).\n\nSee the [README](https://github.com/tombuildsstuff/swiftcity) for more info\n ```",
"homepage": "https://github.com/tombuildsstuff/swiftcity",
"license": "MIT",
"authors": "tombuildsstuff",
"social_media_url": "http://twitter.com/tombuildsstuff",
"source": {
"git": "https://github.com/tombuildsstuff/swiftcity.git",
"tag": "0.1.1"
},
"source_files": [
"SwiftCity",
"SwiftCity/**/*.{h,swift}"
],
"exclude_files": "SwiftCity/**/main.swift",
"frameworks": "Foundation",
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10"
},
"requires_arc": true
}