blob: 52a9b3e59eb9e9d306c7506ab7ad89fce3974d24 [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": "1.0.0",
"source": {
"git": "https://github.com/dudash/swiftkick.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.1",
"tvos": "9.1"
},
"requires_arc": true,
"source_files": "Source/*"
}