[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / LifetimeTracker / 1.8.3 / LifetimeTracker.podspec.json
blob5d8515a73bbbf42d5886ae5b383c6f3dad2c0638
2   "name": "LifetimeTracker",
3   "version": "1.8.3",
4   "summary": "Framework to visually warn you when retain cycle / leak happens.",
5   "description": "Mini framework that can surface retain cycle issues sooner.",
6   "homepage": "https://github.com/krzysztofzablocki/LifetimeTracker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Krzysztof Zablocki": "krzysztof.zablocki@pixle.pl"
13   },
14   "social_media_url": "http://twitter.com/merowing_",
15   "platforms": {
16     "ios": "12.0",
17     "osx": "10.13"
18   },
19   "source": {
20     "git": "https://github.com/krzysztofzablocki/LifetimeTracker.git",
21     "tag": "1.8.3"
22   },
23   "ios": {
24     "source_files": [
25       "Sources/*.swift",
26       "Sources/iOS/**/*.swift"
27     ],
28     "resources": "Sources/Resources/**/*.{xib,storyboard}",
29     "frameworks": [
30       "Foundation",
31       "UIKit"
32     ]
33   },
34   "osx": {
35     "source_files": "Sources/*.swift",
36     "frameworks": [
37       "Foundation"
38     ]
39   },
40   "resource_bundles": {
41     "LifetimeTracker": [
42       "Sources/**/*.{strings}"
43     ]
44   },
45   "swift_versions": "5.0",
46   "swift_version": "5.0"