[Add] nashidVerifySDK 1.0.16
[CocoaPods.git] / Specs / 5 / e / 0 / EZAnchor / 0.0.4 / EZAnchor.podspec.json
blob7595317cceb5e5ee14de6032285550e8082c4b28
2   "name": "EZAnchor",
3   "version": "0.0.4",
4   "summary": "An easier way to code Autolayout.",
5   "description": "An easier, faster and neater way to code Autolayout\n* Are you annoyed of coding `.active = true` while using Autolayout Anchors over and over again?\n* Are you annoyed of coding such long constraint sentence `refreshView.heightAnchor.constraint(equalToConstant: self.refreshViewHeight).isActive = true` over and over again?\n* Check the following elegant way to code Autolayout:\n* viewA.leading == view.leading\n* viewA.leading == view.leading + 10\n* viewA.height == view.height * 0.1 - 10\n* viewA.leading == (view.leading + 0.1) ^ .defaultLow",
6   "homepage": "https://github.com/alexliubj/EZAnchor",
7   "screenshots": "https://raw.githubusercontent.com/alexliubj/EZAnchor/master/Logo.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Alex Liu": "alexliubo@gmail.com"
14   },
15   "swift_version": "4.2",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source": {
20     "git": "https://github.com/alexliubj/EZAnchor.git",
21     "tag": "0.0.4"
22   },
23   "source_files": [
24     "Sources",
25     "Sources/*.swift"
26   ],
27   "exclude_files": "",
28   "requires_arc": true