[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / f / 8 / e / SimpleAutoLayout / 0.0.2 / SimpleAutoLayout.podspec.json
blobdb7bad7200f21e24fb24be80199b272dbdbdf752
2   "name": "SimpleAutoLayout",
3   "version": "0.0.2",
4   "summary": "A set of helper functions to iOS auto layout really simple.",
5   "description": "This library attempts to make autolayout really simple to use, yet straightforward enough to understand and debug.",
6   "homepage": "https://github.com/ba01ei/SimpleAutoLayout",
7   "license": "MIT",
8   "authors": {
9     "Bao Lei": "bao@lei.fyi"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ba01ei/SimpleAutoLayout.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "SimpleAutoLayout/**/*.{swift}",
19   "frameworks": "UIKit"