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