[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 4 / 3 / 7 / LeakDetector / 1.0.0 / LeakDetector.podspec.json
blob3edead10ffe48d9afd0887817c5ef32255426bc7
2   "name": "LeakDetector",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Memory Leak Dedetection in runtime for iOS",
9   "homepage": "https://www.linkedin.com/in/steve-dao-259563147/",
10   "social_media_url": "https://twitter.com/duyquang_91",
11   "authors": {
12     "Steve Dao": "daoduyquang91@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/duyquang91/LeakDetector.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "cocoapods_version": ">= 1.4.0",
24   "dependencies": {
25     "RxSwift": [
26       "~> 5.0"
27     ],
28     "RxCocoa": [
29       "~> 5.0"
30     ]
31   },
32   "default_subspecs": "Core",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/**/*.swift",
37       "frameworks": "Foundation"
38     }
39   ],
40   "swift_version": "5.0"