[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / e / 6 / OHMKit / 0.2.1 / OHMKit.podspec.json
blob4e5a5519a173c61520142d1d1785200183179842
2   "name": "OHMKit",
3   "version": "0.2.1",
4   "summary": "Map data to objects in Objective-C.",
5   "description": "                    Map service responses to objects.\n\n                    OHMKit is a mixin to make any Objective-C class easier to hydrate from a dictionary representation, such as you might get from a RESTful web service.\n\n                    It exists because RestKit encompasses far too many concerns, and Mantle likewise takes on too much.\n\n                    There is no networking layer. There is no entity relationship management. There are other tools for that.\n",
6   "homepage": "https://github.com/fcanas/OHMKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fabian Canas": "fcanas@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/fcanas/OHMKit.git",
16     "tag": "v0.2.1"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": "Core",
23   "requires_arc": true