blob: 3fe24737e593d5ed97e48bac41d93b5f117aedc3 [file] [log] [blame]
{
"name": "TPKit",
"version": "0.1.6",
"summary": "A collection of useful classes and categories.",
"description": "A collection of useful classes and categories 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": "0.1.6"
},
"platforms": {
"ios": "8.2"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"TPKit": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}