blob: ca3a70b3667c82d2b1b18471b8e92fb95a32f82a [file] [log] [blame]
{
"name": "WillowKit",
"version": "0.1.1",
"authors": {
"Willow Bellemore": "willow.alex@bellemore.ca"
},
"homepage": "https://github.com/github-istx25/WillowKit",
"summary": "A small library filled with syntax sugar, shortcuts, and developer happiness.",
"source": {
"git": "https://github.com/github-istx25/WillowKit.git",
"tag": "v0.1.1"
},
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"platforms": {
"ios": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"source_files": "WillowKit/*.{h,m,swift}"
}