[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / b / 4 / Adaptor / 0.1.2 / Adaptor.podspec.json
blob11ac39e07c5bb8fb6e82c637246073b02c5d9bd7
2   "name": "Adaptor",
3   "version": "0.1.2",
4   "summary": "An adaptor of UITableView and UICollectionView",
5   "description": "This is an adaptor pattern designed for table view and collection view. The adaptor will take part of the data source and delegate function away\nfrom view controller to make view controller less tedious. The cell holders and section holders will handle the cell and section event, acting like a controller of cell and section.",
6   "homepage": "https://github.com/MemoryReload/Adaptor",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MemoryReload": "heping_tsdwx@163.com"
13   },
14   "source": {
15     "git": "https://github.com/MemoryReload/Adaptor.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "Adaptor/Classes/**/*",
23   "swift_version": "4.0"