[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / d / ObjcAssociatedObjectHelpers / 2.0.1 / ObjcAssociatedObjectHelpers.podspec.json
blobbd77672b0811b32f2f9f91183b6968ad80527842
2   "name": "ObjcAssociatedObjectHelpers",
3   "version": "2.0.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": "v2.0.1"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "frameworks": "Foundation",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "ObjcAssociatedObjectHelpers/ObjcAssociatedObjectHelpers.{h,m}"
28     },
29     {
30       "name": "NSObject+Dictionary",
31       "source_files": "ObjcAssociatedObjectHelpers/NSObject+AssociatedDictionary.{h,m}",
32       "dependencies": {
33         "ObjcAssociatedObjectHelpers/Core": [
35         ]
36       }
37     }
38   ]