blob: 5c80225b41a88487cc2fcb37561f77ce8dcee8b2 [file] [log] [blame]
{
"name": "StringBuilder",
"version": "0.1.1",
"summary": "A simple reimagining of Java's StringBuilder class for Swift",
"description": "A simple, bare-bones reimagining of Java's StringBuilder class for Swift. This was written in conjunction with [LicensesKit](https://github.com/mattwyskiel/LicensesKit)",
"homepage": "https://github.com/mattwyskiel/StringBuilder",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Matthew Wyskiel": "mwyskiel@optonline.net"
},
"social_media_url": "http://twitter.com/MattWyskiel",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/mattwyskiel/StringBuilder.git",
"tag": "0.1.1"
},
"source_files": "StringBuilder/StringBuilder.swift",
"frameworks": "Foundation",
"requires_arc": true
}