blob: d950b0705ba6467c360cc5f0c646832ae92812e2 [file] [log] [blame]
{
"name": "ASToolkit",
"version": "0.1.1",
"summary": "A utility framework of useful and convenient additions and extensions to iOS in Swift",
"description": "A utility framework of useful and convenient additions and extensions to iOS in Swift!",
"homepage": "https://github.com/andrzejsemeniuk/ASToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Andrzej Semeniuk",
"platforms": {
"ios": "10.3"
},
"source": {
"git": "https://github.com/andrzejsemeniuk/ASToolkit.git",
"tag": "0.1.1"
},
"source_files": [
"ASToolkit",
"ASToolkit/**/*.{h,swift}"
],
"exclude_files": [
"ASToolkitTests/**",
"UIViewShowcase/**",
"UIViewShowcaseTests",
"UIViewShowcaseUITests"
],
"pushed_with_swift_version": "3.0"
}