[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / b / 8 / a / DrawKit / 1.0.1 / DrawKit.podspec.json
blob47e86c0a4a0d7c5cfca5cc588ca91a4e91bf82cf
2   "name": "DrawKit",
3   "version": "1.0.1",
4   "summary": "Illustration and vector artwork framework for OS X",
5   "description": "DrawKit is a software framework that enables the Mac OS X developer to rapidly implement vector drawing and illustration features in a custom application. It is comprehensive, powerful and complete, but it is also highly modular so you can make use of only those parts that you need, or go the whole hog and drop it in as a complete vector drawing solution.",
6   "homepage": "http://drawkit.github.io",
7   "documentation_url": "http://drawkit.github.io",
8   "screenshots": "https://raw.githubusercontent.com/DrawKit/DrawKit/master/documentation/drawkit-sample-capabilities.png",
9   "license": {
10     "type": "LGPL3",
11     "file": "DKDrawKit.framework/Resources/LICENSE-LGPL3.txt"
12   },
13   "platforms": {
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/DrawKit/DrawKit-podspec.git",
18     "tag": "1.0.1"
19   },
20   "authors": {
21     "Graham Miln": "graham.miln@miln.eu"
22   },
23   "social_media_url": "http://twitter.com/grahammiln",
24   "public_header_files": "DKDrawKit.framework/Headers/*.h",
25   "preserve_paths": "DKDrawKit.framework",
26   "vendored_frameworks": "DKDrawKit.framework",
27   "resources": "DKDrawKit.framework",
28   "frameworks": [
29     "Cocoa",
30     "QuartzCore"
31   ],
32   "requires_arc": false,
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$\"(PODS_ROOT)/DrawKit/**\"",
35     "LD_RUNPATH_SEARCH_PATHS": "@loader_path/../Frameworks",
36     "OTHER_CODE_SIGN_FLAGS": "--deep"
37   }