[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / 0 / a / 5 / Example / 0.1.0 / Example.podspec.json
blobcae89ab946a4d94abc34a211d66d94b0f627f7b2
2   "name": "Example",
3   "version": "0.1.0",
4   "summary": "一个建立pod仓库的简单demo.",
5   "description": "这只是一个建立pod仓库的简单demo,并没有实际的意思。教学使用。",
6   "homepage": "https://git.coding.net/gnaw9258/MyLib.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "王鹏": "wang_15207770071@163.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://git.coding.net/gnaw9258/MyLib.git",
19     "tag": "0.1.0"
20   },
21   "exclude_files": "Classes/MyLib",
22   "libraries": [
23     "iconv",
24     "xml2"
25   ],
26   "requires_arc": true,
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   },
30   "dependencies": {
31     "MJRefresh": [
33     ]
34   }