blob: 05bf14e58df09612073e3956b27cc6884277770a [file] [log] [blame]
{
"name": "SwiftKick",
"version": "1.0.1",
"license": {
"type": "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"
},
"platforms": {
"ios": "8.1",
"tvos": "9.1"
},
"requires_arc": true,
"source": {
"git": "https://github.com/dudash/swiftkick.git",
"tag": "1.0.1"
},
"source_files": "Sources/*.{h,swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}