[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / 2 / c / d / ALSLayouts / 0.1.8 / ALSLayouts.podspec.json
blob8d8a8ff59832f14a392a84c304c03f7b51c6cdf7
2   "name": "ALSLayouts",
3   "version": "0.1.8",
4   "summary": "AutoLayout Alternative ported from Android",
5   "description": "If you need a good AutoLayout alternative, try ALSLayouts.\nIt provides several layout ported from Android, like FrameLayout and RelativeLayout.\nYou can specify layout parameters (constraints) in Interface Builder, or just add by code directly.",
6   "homepage": "https://github.com/mariotaku/ALSLayouts",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mariotaku Lee": "mariotaku.lee@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/mariotaku/ALSLayouts.git",
16     "tag": "0.1.8"
17   },
18   "social_media_url": "https://twitter.com/mariotaku",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ALSLayouts/Classes/**/*"