[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / f / SwiftImage / 1.0.1 / SwiftImage.podspec.json
blob80a859b4c465db2a4b36b7be9f138ca46a3c978c
2   "name": "SwiftImage",
3   "version": "1.0.1",
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.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "SwiftImage/*.swift",
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ]