[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 7 / e / f / SwiftAssociatedObjects / 0.1.2 / SwiftAssociatedObjects.podspec.json
blobf68b3a480ba4881e58f2e358757b0acb3e3d1aa9
2   "name": "SwiftAssociatedObjects",
3   "module_name": "AssociatedObjects",
4   "version": "0.1.2",
5   "summary": "Associated objects (and values) in pure Swift 3",
6   "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.",
7   "homepage": "https://github.com/j-h-a/AssociatedObjects",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": "Jay Abbott",
13   "platforms": {
14     "ios": "10.0"
15   },
16   "source": {
17     "git": "https://github.com/j-h-a/AssociatedObjects.git",
18     "tag": "0.1.2"
19   },
20   "source_files": "AssociatedObjects"