[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 0 / 6 / 9 / SHObjectUserInfo / 1.1.0 / SHObjectUserInfo.podspec.json
blob3491e543c0feac16b906ec15da0c328d1adbd795
2   "name": "SHObjectUserInfo",
3   "version": "1.1.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.1.0"
16   },
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   },
21   "source_files": "SHObjectUserInfo/**/*.{h,m}",
22   "requires_arc": true