[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / a / 5 / imglyKit / 2.2.1 / imglyKit.podspec.json
blob6fd8af209fe4ab6ea5c0b5c647af7428731aa80c
2   "name": "imglyKit",
3   "version": "2.2.1",
4   "license": {
5     "type": "Copyright",
6     "file": "LICENSE"
7   },
8   "summary": "Creates stunning images with a nice selection of premium filters.",
9   "homepage": "https://github.com/imgly/imgly-sdk-ios",
10   "social_media_url": "https://twitter.com/9elements",
11   "authors": {
12     "9elements GmbH": "contact@9elements.com"
13   },
14   "source": {
15     "git": "https://github.com/imgly/imgly-sdk-ios.git",
16     "tag": "2.2.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "ios": {
24     "source_files": [
25       "imglyKit/Backend/**/*.{h,m,swift}",
26       "imglyKit/Frontend/**/*.{h,m,swift}"
27     ],
28     "resources": [
29       "imglyKit/Frontend/Assets.xcassets",
30       "imglyKit/Frontend/en.lproj/Localizable.strings",
31       "imglyKit/Backend/Filter Responses/*.png",
32       "imglyKit/Backend/Fonts/*"
33     ],
34     "frameworks": [
35       "Accelerate",
36       "AVFoundation",
37       "CoreGraphics",
38       "CoreImage",
39       "CoreMotion",
40       "CoreText",
41       "Foundation",
42       "GLKit",
43       "MobileCoreServices",
44       "OpenGLES",
45       "Photos",
46       "UIKit"
47     ]
48   },
49   "osx": {
50     "source_files": [
51       "imglyKit/Backend/**/*.{h,m,swift}"
52     ],
53     "resources": [
54       "imglyKit/Backend/Filter Responses/*.png",
55       "imglyKit/Backend/Fonts/*"
56     ],
57     "frameworks": [
58       "Accelerate",
59       "AppKit",
60       "CoreGraphics",
61       "CoreText",
62       "Foundation",
63       "QuartzCore"
64     ]
65   },
66   "deprecated_in_favor_of": "PhotoEditorSDK"