[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / f / AfroLayout / 0.1.0 / AfroLayout.podspec.json
blobda50502aad6f928f089aeaf1d14312b15229b8d0
2   "name": "AfroLayout",
3   "version": "0.1.0",
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.0"
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   }