[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 6 / b / Layoutable / 1.0.0 / Layoutable.podspec.json
blob60e383c92bb1728a39d1a7294ad8cdcd9adcc2a3
2   "name": "Layoutable",
3   "version": "1.0.0",
4   "summary": "Extension for UIView apps that make use of AutoLayout easier.",
5   "homepage": "https://github.com/MichalTKwiecien/Layoutable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Michał Kwiecień": "michal@kwiecien.co"
12   },
13   "source": {
14     "git": "https://github.com/MichalTKwiecien/Layoutable.git",
15     "tag": "1.0.0"
16   },
17   "source_files": "Layoutable/**/*.swift",
18   "requires_arc": true,
19   "frameworks": "UIKit",
20   "swift_version": "4.1",
21   "platforms": {
22     "ios": "9.0"
23   }