blob: 57037b1ed7ec5f780221cd80c5d7bc5ae20fbf55 [file] [log] [blame]
{
"name": "LifetimeTracker",
"version": "1.0.7",
"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.0.7"
},
"source_files": "Sources/**/*.swift",
"resources": "Sources/**/*.xib",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}