[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / f / a / GUICodeSnippet / 0.1.5 / GUICodeSnippet.podspec.json
blobe810f0e6b42a2a8545bbc9ce7ba0c7b0cd767217
2   "name": "GUICodeSnippet",
3   "version": "0.1.5",
4   "summary": "code segment of kennyGui",
5   "description": "code segment of kenny ,and in most situation ,is for private use only",
6   "homepage": "https://git.oschina.net/kennygui/GUICodeSnippet",
7   "license": "MIT",
8   "authors": {
9     "katsurake": "katsurake@foxmail.com"
10   },
11   "source": {
12     "git": "https://git.oschina.net/kennygui/GUICodeSnippet.git",
13     "tag": "0.1.5"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.h",
20   "resource_bundles": {
21     "GUICodeSnippet": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/*.h",
26   "frameworks": [
27     "UIKit",
28     "MapKit"
29   ],
30   "dependencies": {
31     "AFNetworking": [
32       "~> 2.3"
33     ],
34     "CocoaLumberjack": [
35       "~> 2.2.0"
36     ],
37     "MBProgressHUD": [
38       "~> 0.9.2"
39     ],
40     "Masonry": [
41       "~> 0.6.4"
42     ]
43   },
44   "subspecs": [
45     {
46       "name": "Macro",
47       "source_files": "Pod/Classes/Macro/*.{h,m}",
48       "frameworks": "UIKit"
49     },
50     {
51       "name": "Category",
52       "source_files": "Pod/Classes/category/*.{h,m}",
53       "frameworks": "UIKit",
54       "dependencies": {
55         "GUICodeSnippet/Macro": [
57         ]
58       }
59     }
60   ]