[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / e / b / NSObject+AssociatedDictionary / 1.0 / NSObject+AssociatedDictionary.podspec.json
blob68b4fba5d36626e9b415e0c929d6e4a39c0f2a99
2   "name": "NSObject+AssociatedDictionary",
3   "version": "1.0",
4   "license": "MIT",
5   "homepage": "https://github.com/markiv/NSObject-AssociatedDictionary",
6   "authors": {
7     "Vikram Kriplaney": "vikram@iphonso.com"
8   },
9   "summary": "Adds a mutable dictionary for arbitrary, ad-hoc properties that can be associated with any object.",
10   "description": "                   A light-weight Objective-C category that adds a mutable dictionary for arbitrary, ad-hoc properties that can be associated with any object. The dictionary, called properties, is created just-in-time (the first time it's accessed).\n",
11   "source": {
12     "git": "https://github.com/markiv/NSObject-AssociatedDictionary.git",
13     "tag": "1.0"
14   },
15   "source_files": "*.{h,m}",
16   "requires_arc": true