[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 0 / e / f / WXExtension / 1.0.1 / WXExtension.podspec.json
blob8e977e3a5971571aa7e7729b53dfb660fee9b654
2   "name": "WXExtension",
3   "version": "1.0.1",
4   "summary": "我的第一个pod仓储,创建的有点晚了.....",
5   "description": "仿MJExtension写的,自动解析XML数据。还有很多功能没有实现,只是为了方便自己。",
6   "homepage": "https://github.com/keepJion",
7   "license": {
8     "type": "MIT",
9     "file": "FILE_LICENSE"
10   },
11   "authors": {
12     "xiaowei": "wei.xiao02@hand-china.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/keepJion/WXExtension.git",
19     "tag": "1.0.1"
20   },
21   "source_files": "WXExtension/*.{h,m}",
22   "requires_arc": true,
23   "xcconfig": {
24     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
25   }