[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / LifetimeTracker / 1.7.1 / LifetimeTracker.podspec.json
blob3e0a181b98a099e4c62350383ebea966eb2e931c
2   "name": "LifetimeTracker",
3   "version": "1.7.1",
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": "8.0",
17     "osx": "10.10"
18   },
19   "source": {
20     "git": "https://github.com/krzysztofzablocki/LifetimeTracker.git",
21     "tag": "1.7.1"
22   },
23   "ios": {
24     "source_files": [
25       "Sources/*.swift",
26       "Sources/iOS/**/*.swift"
27     ],
28     "resources": "Sources/iOS/**/*.{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"