[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / 9 / SHObjectUserInfo / 1.0.0 / SHObjectUserInfo.podspec.json
blob3c86f9f536ef39ac36983c3c578aab7c253dd5f0
2   "name": "SHObjectUserInfo",
3   "version": "1.0.0",
4   "summary": "NSObject prefixed userInfo without swizzling.",
5   "description": "                    SHObjectUserInfo is a category on top of NSObject to allow userInfo dictionary without the swizzling. It's built on top of NSMapTable that works with weakToWeak references between an object and its userInfo. \n\n  \n                    * No need to clean up after - userInfo are self maintained.\n                    * Weak referenced blocks.\n                    * No swizzling or hacks. \n                    * Name-scoped selectors.\n                    * Works with existing codebase that uses userInfo dictionaries on them. \n\n",
6   "homepage": "https://github.com/seivan/SHObjectUserInfo",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Seivan Heidari": "seivan.heidari@icloud.com"
12   },
13   "source": {
14     "git": "https://github.com/seivan/SHObjectUserInfo.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "6.0"
19   },
20   "source_files": "SHObjectUserInfo/**/*.{h,m}",
21   "requires_arc": true