blob: 6882c699a2e3399d4113073f14c931b02e8c48b8 [file] [log] [blame]
{
"name": "BtownToolkit",
"platforms": {
"ios": "11.0"
},
"version": "1.0.1",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"summary": "This toolkit simplifies the lives for developers by supplying easy to use and components and tools needed in our everyday code creation.",
"description": "This toolkit tries to simplify the lives for app developers by supplying easy to use and feature-rich components and tools that we all need in our everyday code creation. The aim is to continuously add on more components and features to the toolkit as soon as a need for something new is discovered.",
"homepage": "https://github.com/robertbtown/BtownToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Magnusson": "robert@btown.se"
},
"source": {
"git": "https://github.com/robertbtown/BtownToolkit.git",
"tag": "1.0.1"
},
"source_files": "BtownToolkit/Classes/**/*",
"dependencies": {
"PureLayout": [
"~> 3.1"
],
"AngleGradientLayer": [
"~> 1.2"
]
},
"frameworks": "UIKit"
}