[Add] RegulaCommonNightly 7.5.946
[CocoaPods.git] / Specs / 5 / b / 4 / Adaptor / 0.1.10 / Adaptor.podspec.json
blobbf9335bbe9b7f6b6aad6a3d813bfe408e9fdab08
2   "name": "Adaptor",
3   "version": "0.1.10",
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.10"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.0",
22   "source_files": "Adaptor/Classes/**/*",
23   "swift_version": "4.0"