[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / 3 / 9 / YUCIHighPassSkinSmoothing / 1.0 / YUCIHighPassSkinSmoothing.podspec.json
blob4e6fec7b6d19e3c1e131c0ae354d3af6445910a0
2   "name": "YUCIHighPassSkinSmoothing",
3   "version": "1.0",
4   "authors": {
5     "YuAo": "me@imyuao.com"
6   },
7   "homepage": "https://github.com/YuAo/YUCIHighPassSkinSmoothing",
8   "summary": "An implementation of High Pass Skin Smoothing using CoreImage.framework",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "source": {
14     "git": "https://github.com/YuAo/YUCIHighPassSkinSmoothing.git",
15     "tag": "1.0"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/**/*.{h,m}",
23   "resources": "Sources/**/*.{png,cikernel}"