blob: 9e95e3235d9ee9918c8a2e3bffe7dd162ea3cefc [file] [log] [blame]
{
"name": "TPKit",
"version": "1.0.0",
"summary": "A collection of useful shit",
"description": "A collection of useful shit (for me at least) written in Swift.",
"homepage": "https://github.com/tikhop/TPKit",
"license": "MIT",
"authors": {
"Pavel Tikhonenko": "hi@tikhop.com"
},
"source": {
"git": "https://github.com/tikhop/TPKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"swift_version": "5.0",
"frameworks": "UIKit"
}