[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / f / SwiftImage / 1.0.2 / SwiftImage.podspec.json
blob1b8e4bbb12ac6d094b64d5d8f2ef4698acbd823c
2   "name": "SwiftImage",
3   "version": "1.0.2",
4   "summary": "A framework for downloading and caching image in Swift.",
5   "description": "A framework for downloading and caching image in Swift. It makes it easy to deal with fetching and cachine image data from network.",
6   "homepage": "https://github.com/jie-cao/SwiftImage",
7   "license": "MIT",
8   "authors": {
9     "Jie": "jie_cao@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/jie-cao/SwiftImage.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftImage/*.swift",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ]