[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / f / a / GUICodeSnippet / 0.1.7 / GUICodeSnippet.podspec.json
blob2bfb21943621d93eb9bb8e27dff49c45483363c3
2   "name": "GUICodeSnippet",
3   "version": "0.1.7",
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.7"
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     "ReactiveCocoa": [
44       "~> 2.5"
45     ],
46     "YapDatabase": [
47       "~> 2.8.3"
48     ],
49     "DTCoreText": [
50       "~> 1.6.17"
51     ],
52     "MJExtension": [
53       "~> 3.0.10"
54     ]
55   },
56   "subspecs": [
57     {
58       "name": "Macro",
59       "source_files": "Pod/Classes/Macro/*.{h,m}",
60       "frameworks": "UIKit"
61     },
62     {
63       "name": "Category",
64       "source_files": "Pod/Classes/category/*.{h,m}",
65       "frameworks": "UIKit",
66       "dependencies": {
67         "GUICodeSnippet/Macro": [
69         ]
70       }
71     },
72     {
73       "name": "UIGroup",
74       "source_files": "Pod/Classes/uigroup/*.{h,m}",
75       "frameworks": "UIKit",
76       "dependencies": {
77         "GUICodeSnippet/Macro": [
79         ]
80       }
81     },
82     {
83       "name": "DAO",
84       "source_files": "Pod/Classes/DAO/*.{h,m}",
85       "frameworks": "UIKit",
86       "dependencies": {
87         "GUICodeSnippet/Macro": [
89         ]
90       }
91     },
92     {
93       "name": "Common",
94       "source_files": "Pod/Classes/Common/*.{h,m}",
95       "frameworks": "UIKit",
96       "dependencies": {
97         "GUICodeSnippet/Macro": [
99         ]
100       }
101     }
102   ]