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