[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 0 / 6 / 9 / SHObjectUserInfo / 1.0.1 / SHObjectUserInfo.podspec.json
bloba6071eb30562cd73d1a6b0c871879dff560fad97
2   "name": "SHObjectUserInfo",
3   "version": "1.0.1",
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.1"
16   },
17   "platforms": {
18     "osx": "10.8"
19   },
20   "source_files": "SHObjectUserInfo/**/*.{h,m}",
21   "requires_arc": true