blob: a7423c4af0b09e8ae981adb8dd4924a1a30e5590 [file] [log] [blame]
{
"name": "Luncheon",
"version": "0.2.0",
"summary": "REST model resource mapping. Time saving. Opinionated. Convention over configuration. Inspired by Rails and ActiveRecord.",
"homepage": "https://github.com/Dan2552/Luncheon",
"license": "MIT",
"authors": {
"Daniel Green": "dan2552@gmail.com"
},
"source": {
"git": "https://github.com/Dan2552/Luncheon.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/Dan2552",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"Luncheon": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 2.0"
],
"Placemat": [
"~> 0.2"
]
}
}