[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 1 / c / a / FWDebug / 1.2.0 / FWDebug.podspec.json
blobe59e2e6663a8dd738447cc2fee2bc7a6222ea2e0
2   "name": "FWDebug",
3   "version": "1.2.0",
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.0"
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"