[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / f / AfroLayout / 0.1.4 / AfroLayout.podspec.json
blobbc42a3babb8a0415a2c30a469432be66bb7a5190
2   "name": "AfroLayout",
3   "version": "0.1.4",
4   "summary": "AfroLayout is a swift library that puts the auto back into AutoLayout.",
5   "description": "This library reduces the amount of work you need to do to maintain constraints in code. It also lets you perform animations in your view while still maintaining the powers of the autolayout constraint engine but with the effort of animating frames.",
6   "homepage": "https://github.com/va3093/AfroLayout",
7   "license": "MIT",
8   "authors": {
9     "Wilhelm": "va3093@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/va3093/AfroLayout.git",
13     "tag": "0.1.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AfroLayout": [
22       "Pod/Assets/*.png"
23     ]
24   }