[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / a / d / UniversalDataSource / 1.0.1 / UniversalDataSource.podspec.json
blob88f0d32a535edfa9ff8a3144860289a5d8ea9dfb
2   "name": "UniversalDataSource",
3   "version": "1.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "UniversalDataSource/Classes/**/*.swift",
22   "frameworks": "UIKit",
23   "pushed_with_swift_version": "3.0"