[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / 5 / SNTool / 0.0.4 / SNTool.podspec.json
blob752b05df25178a2b9627547d0a1bc2d9a308a509
2   "name": "SNTool",
3   "version": "0.0.4",
4   "summary": "A collection of some commonly used code snippets.",
5   "description": "The collection of some commonly used code fragments is not updated at any time. You can also add your code snippets.",
6   "homepage": "https://github.com/snlo/SNTool",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "snlo": "snloveydus@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/snlo/SNTool.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "SNTool/SNTool/*.{h,m}",
22   "resources": "SNTool/SNTool/SNTool.bundle",
23   "requires_arc": true,
24   "xcconfig": {
25     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26   },
27   "dependencies": {
28     "MBProgressHUD": [
30     ]
31   }