blob: 56ac581de142e044675b017e89c2628e0c34c2c1 [file] [log] [blame]
{
"name": "LifetimeTracker",
"version": "1.6.0",
"summary": "Framework to visually warn you when retain cycle / leak happens.",
"description": "Mini framework that can surface retain cycle issues sooner.",
"homepage": "https://github.com/krzysztofzablocki/LifetimeTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Krzysztof Zablocki": "krzysztof.zablocki@pixle.pl"
},
"social_media_url": "http://twitter.com/merowing_",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/krzysztofzablocki/LifetimeTracker.git",
"tag": "1.6.0"
},
"source_files": "Sources/**/*.swift",
"resources": "Sources/**/*.{xib,storyboard}",
"resource_bundles": {
"LifetimeTracker": [
"Sources/**/*.{strings}"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "4.2"
}