[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / a / 5 / f / AfroLayout / 0.1.5 / AfroLayout.podspec.json
blobb62a51749e14428c295a4d84bd7f54772fc90179
2   "name": "AfroLayout",
3   "version": "0.1.5",
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.5"
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   }