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