[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / e / 6 / CSImageAsync / 1.0.0 / CSImageAsync.podspec.json
blob121e0a74b7fdd10e899f6dc1983bed3a2293c762
2   "name": "CSImageAsync",
3   "version": "1.0.0",
4   "summary": "A small framework written in Swift for downloading images from the web.",
5   "description": "CSImageAsync is a Swift implementaion of an async image loader with caching achieved by NSCache.",
6   "homepage": "https://github.com/charleshs/CSImageAsync",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "charleshs": "charlous167@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/charleshs/CSImageAsync.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "CSImageAsync/Source/*.{swift}",
22   "swift_versions": "5.0",
23   "swift_version": "5.0"