[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / c / 4 / 2 / GDataXMLNode2 / 2.0.1 / GDataXMLNode2.podspec.json
blob2a01484163ac2044c36805d976c2b2524c8c536b
2   "name": "GDataXMLNode2",
3   "version": "2.0.1",
4   "summary": "GDataXMLNode2 将 Google 的 xml node 解析改成了 pod 管理, 有问题请 issue",
5   "homepage": "https://github.com/tpctt/GDataXMLNode",
6   "social_media_url": "https://github.com/tpctt/GDataXMLNode",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     " tim": "491590253@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/tpctt/GDataXMLNode.git",
19     "tag": "2.0.1"
20   },
21   "requires_arc": false,
22   "frameworks": [
23     "CoreFoundation",
24     "Foundation"
25   ],
26   "libraries": "xml2",
27   "source_files": "Classess/**/*.{h,m,mm}",
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
30   }