[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / a / d / UniversalDataSource / 1.0.0 / UniversalDataSource.podspec.json
blob1f92f201d8230ada8728b6e20f950babefa7359f
2   "name": "UniversalDataSource",
3   "version": "1.0.0",
4   "summary": "A universal implement of both UITableViewDataSource and UICollectionViewDataSource.",
5   "description": "This is inspired by the famous issue \"Lighter View Controllers\" at objc.cn, and originally written in Objective-C.\nAlong with the evolution of Swift, I found it could be more flexible and provide more friendly API.\nSo here it is.",
6   "homepage": "https://github.com/cookay/UniversalDataSource",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "cookay": "cookay@live.cn"
13   },
14   "source": {
15     "git": "https://github.com/cookay/UniversalDataSource.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UniversalDataSource/Classes/**/*.swift",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"