[Add] DocumentReaderFullAuthRFIDNightly 7.5.10780
[CocoaPods.git] / Specs / a / 0 / c / Compose / 1.2.2 / Compose.podspec.json
blob322d2d0250d3fcdfd916f5da662c687ec5cf9c13
2   "name": "Compose",
3   "version": "1.2.2",
4   "summary": "Stop dealing with dataSources and delegates. Use compose to create your collectionView/tableView.",
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.2.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "frameworks": "UIKit",
23   "source_files": "Compose/Classes/**/*",
24   "pushed_with_swift_version": "3.0"