[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / f / e / a / composablelayout / 0.1.0 / composablelayout.podspec.json
bloba6c5d26c86ce4c8826b5b06384342e596d0cddf9
2   "name": "composablelayout",
3   "version": "0.1.0",
4   "summary": "ComposableLayout allow you to make complex layout with their own view controllers and their lifecycles.",
5   "swift_versions": "4.2",
6   "description": "ComposableLayout helps you to make complex layouts allow you to add any view controller inside it. ComposableLayout rely on UIScrollView and calculates own content size based on view controllers height.",
7   "homepage": "https://github.com/serhatsezer/ComposableLayout",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Serhat Sezer": "serhat.szr@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/serhatsezer/ComposableLayout.git",
17     "tag": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/serhatsezer",
20   "platforms": {
21     "ios": "10.0"
22   },
23   "source_files": "composablelayout/Classes/**/*",
24   "swift_version": "4.2"