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