[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / a / 3 / 9 / AutoLayoutMacros / 1.0 / AutoLayoutMacros.podspec.json
blobf328ba8e67e38a27ff85d69d676c0146f93f6fac
2   "name": "AutoLayoutMacros",
3   "version": "1.0",
4   "summary": "Macros for making Macros for making Auto Layout more readable.",
5   "description": "\n                    Macros for making Auto Layout more readable (and writable)\n                    without using strings.\n\n                    Not using (visual format) strings means you can use\n                    variables and values directly.\n\n                    Works for iOS and OS X.\n\n                    Example:\n                    [view addConstraints:@[\n                        ALIGN_LEFT(view1, view2),\n                        ALIGN_TOP(view1, view2),\n                        PIN_WIDTH(view1, view2, TIMES(0.5))\n                    ]];\n\n                    You also specify the relation type, constant, multiplier and\n                    priority in one short invocation per constraint.\n",
6   "homepage": "http://github.com/nschum/AutoLayoutMacros/",
7   "license": "OFL/MIT",
8   "authors": {
9     "Nikolaj Schumacher": "me@nschum.de"
10   },
11   "source": {
12     "git": "https://github.com/nschum/AutoLayoutMacros.git",
13     "tag": "1.0"
14   },
15   "platforms": {
16     "ios": "6.0",
17     "osx": "10.7"
18   },
19   "source_files": "AutoLayoutMacros/*.{h,m}",
20   "public_header_files": "AutoLayoutMacros/*.h",
21   "requires_arc": true