[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 2 / 3 / WTExtension / 1.1.0 / WTExtension.podspec.json
blob5a09bc9543d23a27865ee2fad810abcce80735db
2   "name": "WTExtension",
3   "version": "1.1.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": "1.1.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     {
31       "name": "UIView+WTExtension",
32       "source_files": "UIView+WTExtension/*.{h,m}",
33       "frameworks": [
34         "UIKit",
35         "QuartzCore"
36       ]
37     }
38   ]