blob: 988621035abcb495ec0dabca80270cf1e0d1d3fa [file] [log] [blame]
{
"name": "SwiftKick",
"license": "MIT",
"summary": "Some classes and functions for kickstarting your Swift development project",
"homepage": "https://github.com/dudash/swiftkick",
"social_media_url": "http://about.me/jasondudash",
"authors": {
"Jason Dudash": "jason.dudash@gmail.com"
},
"version": "0.1.0",
"source": {
"git": "https://github.com/dudash/swiftkick.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.1",
"tvos": "9.1"
},
"requires_arc": true,
"source_files": "Source/*"
}