[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / 3 / WTExtension / 1.0.0 / WTExtension.podspec.json
blob96b098a912d30c888265e1387aed3dde0a9d7f36
2   "name": "WTExtension",
3   "version": "1.0.0",
4   "summary": "Some useful categories used in other public libraries.",
5   "homepage": "https://github.com/waterlou/WTExtension",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "waterlou": "https://github.com/waterlou"
12   },
13   "source": {
14     "git": "https://github.com/waterlou/WTExtension.git",
15     "tag": "v1.0.0"
16   },
17   "platforms": {
18     "ios": null
19   },
20   "requires_arc": true,
21   "subspecs": [
22     {
23       "name": "UIImage+WTExtension",
24       "source_files": "UIImage+WTExtension/*.{h,m}",
25       "frameworks": [
26         "UIKit",
27         "QuartzCore"
28       ]
29     }
30   ]