blob: 3edead10ffe48d9afd0887817c5ef32255426bc7 [file] [log] [blame]
{
"name": "LeakDetector",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Memory Leak Dedetection in runtime for iOS",
"homepage": "https://www.linkedin.com/in/steve-dao-259563147/",
"social_media_url": "https://twitter.com/duyquang_91",
"authors": {
"Steve Dao": "daoduyquang91@gmail.com"
},
"source": {
"git": "https://github.com/duyquang91/LeakDetector.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"swift_versions": "5.0",
"cocoapods_version": ">= 1.4.0",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
]
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": "Foundation"
}
],
"swift_version": "5.0"
}