[Add] SRTHaishinKit 2.0.3
[CocoaPods.git] / Specs / c / 4 / 6 / TPLayout / 1.0.2 / TPLayout.podspec.json
blobe7cbb0438939b5725e9f8583dbf2a39d5ef94fbe
2   "name": "TPLayout",
3   "version": "1.0.2",
4   "homepage": "https://github.com/whf5566/TPLayout",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "huafeng.wei": "whf5566@gmail.com"
11   },
12   "social_media_url": "https://www.wellphone.me",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/whf5566/TPLayout.git",
18     "tag": "v1.0.2"
19   },
20   "source_files": "TPLayout/TPLayout",
21   "public_header_files": "TPLayout/TPLayout/*.{h}",
22   "requires_arc": true,
23   "summary": "The simple API for iOS Auto Layout — impressively simple, immensely powerful.",
24   "description": "# TPLayout\nHarness the power of AutoLayout NSLayoutConstraints with a simplified, chainable and expressive syntax. The  API for iOS Auto Layout — impressively simple, immensely powerful.  PureLayout extends `UIView`, `NSArray`, and `NSLayoutConstraint` . TPLayout is an Objective-C library that also works (and looks!) great with Swift using a bridging header.\nWriting Auto Layout code from scratch isn't easy. TPLayout provides a fully capable and developer-friendly interface for Auto Layout. It is designed for clarity and simplicity, it adds only a thin layer of third party code and is engineered for maximum performance."