[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / a / 5 / imglyKit / 1.0.2 / imglyKit.podspec.json
blobdcd882852ce0f5bf5f865ab39b8da2b0d054392c
2   "name": "imglyKit",
3   "version": "1.0.2",
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": "1.0.2"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "6.0"
21   },
22   "frameworks": [
23     "Foundation",
24     "UIKit",
25     "CoreImage",
26     "CoreText"
27   ],
28   "vendored_libraries": "Vendor/NEGPUImage/libNEGPUImage.a",
29   "public_header_files": "imglyKit/*.h",
30   "preserve_paths": [
31     "Vendor/NEGPUImage/libNEGPUImage.a",
32     "imglyKit/*.h"
33   ],
34   "source_files": [
35     "imglyKit/*.{h,m}",
36     "Vendor/NEGPUImage/*.h"
37   ],
38   "resource_bundles": {
39     "imglyKit": [
40       "imglyBundle/**/*"
41     ]
42   },
43   "xcconfig": {
44     "HEADER_SEARCH_PATHS": "${PODS_ROOT}/imglyKit/Vendor/"
45   },
46   "libraries": "NEGPUImage",
47   "dependencies": {
48     "SVProgressHUD": [
49       "~> 1.0"
50     ]
51   },
52   "deprecated_in_favor_of": "PhotoEditorSDK"