[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 7 / c / d / ObjcAssociatedObjectHelpers / 1.1 / ObjcAssociatedObjectHelpers.podspec.json
bloba3692abfc03a0e2709914924d7039371d476ea64
2   "name": "ObjcAssociatedObjectHelpers",
3   "version": "1.1",
4   "summary": "Make working with associated objects much more pleasurable.",
5   "description": "A header file with macros that synthesize accessors for \n    associated objects, taking the boilerplate out of your hands. Also, a category\n    that adds an NSMutableDictionary to NSObject to make adding abitrary key/values\n    a breeze.",
6   "homepage": "https://github.com/itsthejb/ObjcAssociatedObjectHelpers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Jonathan Crooke": "joncrooke@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/itsthejb/ObjcAssociatedObjectHelpers.git",
16     "tag": "v1.1"
17   },
18   "platforms": {
19     "ios": "4.0",
20     "osx": "10.6"
21   },
22   "source_files": "ObjcAssociatedObjectHelpers/**/*.{h,m}",
23   "frameworks": "Foundation",
24   "requires_arc": true