[Add] CookieOvenWebtoon 3.2.4
[CocoaPods.git] / Specs / 3 / 0 / a / GKKit / 0.0.8 / GKKit.podspec.json
blob081e119b278c27c07e19978499eed9a5e2bd3084
2   "name": "GKKit",
3   "version": "0.0.8",
4   "summary": "A Sample GKKit framework.so you can use it",
5   "description": "this is GKKit framework, use it for test your framework. we can use it as framework.",
6   "homepage": "https://github.com/wongstar/GKKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "tao": "wongstar.iac@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/wongstar/GKKit.git",
19     "tag": "0.0.8"
20   },
21   "source_files": "GKKit/GKKit.h",
22   "public_header_files": "GKKit/GKKit.h",
23   "resources": "GKKit/GKResource.bundle",
24   "requires_arc": true,
25   "frameworks": [
26     "UIKit",
27     "CoreFoundation",
28     "CoreText",
29     "CoreGraphics",
30     "CoreImage",
31     "QuartzCore",
32     "ImageIO",
33     "AssetsLibrary"
34   ],
35   "subspecs": [
36     {
37       "name": "Classes",
38       "source_files": "GKKit/**/*.{h,m}"
39     },
40     {
41       "name": "MJRefreshResource",
42       "resources": "GKKit/ThirdPart/MJRefresh/MJRefresh.bundle"
43     }
44   ]