[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 4 / a / Drafter / 1.0.0 / Drafter.podspec.json
blob193e9cb9a77170a3d815f1a3dd3f0ab126318fdc
2   "name": "Drafter",
3   "version": "1.0.0",
4   "summary": "Drafting NSLayoutConstraints since 2015.",
5   "description": "Drafter is a set of simple wrapper calls around creating and accessing NSLayoutConstraints which makes it much less verbose when creating them progromatically. It allows for many of the common constraint creation operations to be expressed in a more concise way compared to the standard NSLayoutConstraint creation methods",
6   "homepage": "https://github.com/raizlabs/Drafter",
7   "license": "MIT",
8   "authors": {
9     "Derek Ostrander": "derek.ostrander@raizlabs.com",
10     "Matt Buckley": "matt.buckley@raizlabs.com"
11   },
12   "source": {
13     "git": "https://github.com/Raizlabs/Drafter.git",
14     "tag": "1.0.0"
15   },
16   "social_media_url": "https://twitter.com/raizlabs",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*{.swift, h}",
22   "deprecated": true