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