blob: 64d0d657125af8e39a02f0fe28c68d4597975b2d [file] [log] [blame]
{
"name": "ObjectTracker",
"version": "0.0.1",
"summary": "Detecting an object deallocing which proivdes a closure callback.",
"homepage": "https://github.com/janlionly/ObjectTracker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"janlionly": "janlionly@gmail.com"
},
"source": {
"git": "https://github.com/janlionly/ObjectTracker.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/janlionly",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/ObjectTracker/*",
"frameworks": "Foundation",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"swift_version": "5.2"
}