blob: 3e0a181b98a099e4c62350383ebea966eb2e931c [file] [log] [blame]
{
"name": "LifetimeTracker",
"version": "1.7.1",
"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",
"osx": "10.10"
},
"source": {
"git": "https://github.com/krzysztofzablocki/LifetimeTracker.git",
"tag": "1.7.1"
},
"ios": {
"source_files": [
"Sources/*.swift",
"Sources/iOS/**/*.swift"
],
"resources": "Sources/iOS/**/*.{xib,storyboard}",
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"source_files": "Sources/*.swift",
"frameworks": [
"Foundation"
]
},
"resource_bundles": {
"LifetimeTracker": [
"Sources/**/*.{strings}"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}