[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 2 / d / Kanvas / 1.2.3 / Kanvas.podspec.json
blob754e1deb883638b627c5aff54e114df8a4b6fb42
2   "name": "Kanvas",
3   "version": "1.2.3",
4   "summary": "A custom camera built for iOS.",
5   "homepage": "https://github.com/tumblr/kanvas-ios",
6   "license": "MPLv2",
7   "source": {
8     "git": "https://github.com/tumblr/kanvas-ios.git",
9     "tag": "1.2.3"
10   },
11   "authors": {
12     "Jimmy Schementi": "jimmys@tumblr.com",
13     "Tony Cheng": "tony@getkanvas.com"
14   },
15   "platforms": {
16     "ios": "13.0"
17   },
18   "swift_versions": "4.2",
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "GLKit",
23     "OpenGLES",
24     "UIKit"
25   ],
26   "source_files": "Classes/**/*.{h,m,swift,vsh,glsl}",
27   "resource_bundles": {
28     "Kanvas": "Resources/*"
29   },
30   "user_target_xcconfig": {
31     "GCC_PREPROCESSOR_DEFINITIONS": "GLES_SILENCE_DEPRECATION=1"
32   },
33   "pod_target_xcconfig": {
34     "GCC_PREPROCESSOR_DEFINITIONS": "GLES_SILENCE_DEPRECATION=1"
35   },
36   "swift_version": "4.2"