[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 0 / c / Compose / 1.0.1 / Compose.podspec.json
blob7652fc80e024e5a746186d06312cb33757e896b8
2   "name": "Compose",
3   "version": "1.0.1",
4   "summary": "Compose is a library that helps you compose complex and dynamic views.",
5   "description": "Compose is a data-driven library that will help encapsulate and isolate all the information needed to display a view inside some container (UICollectionView/UITableView), so you don't need to handle with all dataSource/delegate methods.",
6   "homepage": "https://github.com/vivareal/Compose",
7   "documentation_url": "https://vivareal.github.io/Compose/index.html",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bruno Bilescky": "brunogb@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/vivareal/Compose.git",
17     "tag": "1.0.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "frameworks": "UIKit",
23   "source_files": "Compose/Classes/**/*",
24   "pushed_with_swift_version": "3.0"