[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / f / 2 / 7 / CardDavSDK / 1.0.3 / CardDavSDK.podspec.json
blob74d73634b579f8f0035f340c3e69d7db49d460ee
2   "name": "CardDavSDK",
3   "version": "1.0.3",
4   "summary": "CardDavSDK for ios",
5   "homepage": "https://github.com/denmanboy/CardDavSDK",
6   "license": "MIT",
7   "authors": {
8     "dengman": "iam_dyz@163.com"
9   },
10   "source": {
11     "git": "https://github.com/denmanboy/CardDavSDK.git",
12     "tag": "1.0.3"
13   },
14   "source_files": "CardDavSDK/*.{h,m}",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "7.0"
18   },
19   "subspecs": [
20     {
21       "name": "GDataXMLNode",
22       "libraries": "xml2",
23       "source_files": "CardDavSDK/GDataXMLNode/*.{h,m}",
24       "xcconfig": {
25         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
26       },
27       "requires_arc": false
28     }
29   ]