[Add] GamebaseAuthExternalWeiboSDK 3.4.0
[CocoaPods.git] / Specs / f / 6 / 5 / DeclarativeLayout / 0.1.0 / DeclarativeLayout.podspec.json
blobeb7d5eb2a4183249fe9811f3411135fd49bac2f1
2   "name": "DeclarativeLayout",
3   "version": "0.1.0",
4   "summary": "This library is a wrapper around UIKit/Autolayout that allows you to declaratively define the layout of your views",
5   "description": "This library is a wrapper around UIKit/Autolayout that allows you to declaratively define the layout of your views. Redefine the layout of your views and the library will handle adding/removing subviews as well as activating and deactivating constraints as needed.",
6   "homepage": "https://github.com/HotCocoaTouch/DeclarativeLayout",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "HotCocoaTouch": "srscottrobbins@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hotcocoatouch/DeclarativeLayout.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "DeclarativeLayout/Classes/**/*",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"