[Add] AppLovinMediationMyTargetAdapter 5.25.0.0
[CocoaPods.git] / Specs / 7 / e / d / Luncheon / 0.2.0 / Luncheon.podspec.json
bloba7423c4af0b09e8ae981adb8dd4924a1a30e5590
2   "name": "Luncheon",
3   "version": "0.2.0",
4   "summary": "REST model resource mapping. Time saving. Opinionated. Convention over configuration. Inspired by Rails and ActiveRecord.",
5   "homepage": "https://github.com/Dan2552/Luncheon",
6   "license": "MIT",
7   "authors": {
8     "Daniel Green": "dan2552@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/Dan2552/Luncheon.git",
12     "tag": "0.2.0"
13   },
14   "social_media_url": "https://twitter.com/Dan2552",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "Luncheon": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Alamofire": [
27       "~> 2.0"
28     ],
29     "Placemat": [
30       "~> 0.2"
31     ]
32   }