[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 2 / 9 / c / TPWeakProxy / 1.0.1 / TPWeakProxy.podspec.json
blobf98b7bee9782008e2a43c7b712e62e0f8bc6651b
2   "name": "TPWeakProxy",
3   "version": "1.0.1",
4   "summary": "An NSProxy for converting strong references into weak ones.",
5   "description": "TPWeakProxy holds a weak reference to the object it proxies for.\n\nThe primary use case is to break reference cycles.\n",
6   "homepage": "https://github.com/tetherpad/TPWeakProxy",
7   "license": "MIT",
8   "authors": {
9     "Mark Ferlatte": "mark@tetherpad.com",
10     "Jen Leech": "jen@tetherpad.com"
11   },
12   "source": {
13     "git": "https://github.com/tetherpad/TPWeakProxy.git",
14     "tag": "1.0.1"
15   },
16   "source_files": "TPWeakProxy.{h,m}",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "6.0",
20     "osx": "10.7"
21   },
22   "deprecated": true,
23   "deprecated_in_favor_of": "TPDWeakProxy"