[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 1 / c / a / FWDebug / 1.2.1 / FWDebug.podspec.json
blob831487dd02ed191b3220cf824c6ee606f1cfeb42
2   "name": "FWDebug",
3   "version": "1.2.1",
4   "summary": "ios debug library",
5   "homepage": "http://ocphp.com",
6   "license": "MIT",
7   "authors": {
8     "Wu Yong": "admin@ocphp.com"
9   },
10   "source": {
11     "git": "https://github.com/lszzy/FWDebug.git",
12     "tag": "1.2.1"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit"
21   ],
22   "libraries": [
23     "xml2",
24     "z",
25     "sqlite3",
26     "c++"
27   ],
28   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
30     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
31   },
32   "source_files": "FWDebug/**/*.{h,m,mm,c,cpp}",
33   "public_header_files": "FWDebug/*.h"