[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / d / c / GSSimpleImage / 0.1.0 / GSSimpleImage.podspec.json
blob21bb30e3059f5a9d287f2f52274e5e527e4b3660
2   "name": "GSSimpleImage",
3   "version": "0.1.0",
4   "summary": "GSSimpleImage is a lightweight extension of UIImageView proved more basic functions.",
5   "description": "You can use GSSimpleImage to achieve full screen size funciton. It's easy to use and more functions will be added soon.",
6   "homepage": "https://github.com/williamhqs/GSSimpleImage",
7   "license": "MIT",
8   "authors": {
9     "William Hu": "william.hqs@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/williamhqs/GSSimpleImage.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "GSSimpleImage": [
22       "Pod/Assets/*.png"
23     ]
24   }