[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 0 / 7 / 5 / Snaps / 1.0.0 / Snaps.podspec.json
blob420751af6931e9f3a80324257851fae698f4a608
2   "name": "Snaps",
3   "version": "1.0.0",
4   "description": "Snaps combines [Dials](https://github.com/aleffert/dials) and\n[SnapKit](https://github.com/SnapKit/SnapKit) to let you make\nchanges to your autolayout constraints at runtime and then\nsend them back to your code with just one button.",
5   "summary": "Snaps lets you make changes to your autolayout constraints at runtime and then send them back to your code.",
6   "homepage": "https://github.com/aleffert/snaps",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Akiva Leffert": "aleffert@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/aleffert/snaps.git",
19     "tag": "release/1.0.0"
20   },
21   "preserve_paths": "*",
22   "compiler_flags": "-ObjC",
23   "dependencies": {
24     "Dials": [
25       "~> 1.0"
26     ],
27     "SnapKit": [
28       "~> 0.17"
29     ]
30   }