[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / f / SwiftAssociatedObjects / 0.1.1 / SwiftAssociatedObjects.podspec.json
blobf120549217a6e47adf9d174563139144258142b0
2   "name": "SwiftAssociatedObjects",
3   "version": "0.1.1",
4   "summary": "Associated objects (and values) in pure Swift 3",
5   "description": "Allows associating an object or value onto any object instance using a key.\nAssociations are maintained for the lifetime of the object that owns them.",
6   "homepage": "https://github.com/j-h-a/AssociatedObjects",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Jay Abbott",
12   "platforms": {
13     "ios": "10.0"
14   },
15   "source": {
16     "git": "https://github.com/j-h-a/AssociatedObjects.git",
17     "tag": "0.1.1"
18   },
19   "source_files": "AssociatedObjects"