[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / a / e / AutoLayoutBuilder / 1.0.0 / AutoLayoutBuilder.podspec.json
blob54927189d17a98e3a261214fab10b7831a822b9d
2   "name": "AutoLayoutBuilder",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Create adaptive layouts with an expressive yet concise syntax.",
6   "homepage": "https://github.com/marcbaldwin/AutoLayoutBuilder",
7   "authors": {
8     "marcbaldwin": "marc.baldwin88@gmail.com"
9   },
10   "description": "\n    AutoLayoutBuilder is an expressive and concise wrapper for Apple's AutoLayout.\n    It provides shorthand notation for creating readable, flexible layouts.\n  ",
11   "source": {
12     "git": "https://github.com/marcbaldwin/AutoLayoutBuilder.git",
13     "tag": "v1.0.0"
14   },
15   "source_files": "AutoLayout",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ],
23   "requires_arc": true