[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 5 / LifetimeTracker / 1.0.9 / LifetimeTracker.podspec.json
blobfe7e86a38c4652284789fab7a50917c5b8ce81d7
2   "name": "LifetimeTracker",
3   "version": "1.0.9",
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   },
18   "source": {
19     "git": "https://github.com/krzysztofzablocki/LifetimeTracker.git",
20     "tag": "1.0.9"
21   },
22   "source_files": "Sources/**/*.swift",
23   "resources": "Sources/**/*.xib",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "pushed_with_swift_version": "3.0"