[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / a / FWDebug / 1.1.0 / FWDebug.podspec.json
blob46a33fe41dc57451c5ec6a3df5781ecf88194605
2   "name": "FWDebug",
3   "version": "1.1.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/ios-debug.git",
12     "tag": "1.1.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "CoreGraphics",
22     "SystemConfiguration",
23     "MobileCoreServices",
24     "CFNetwork"
25   ],
26   "libraries": [
27     "xml2",
28     "z",
29     "sqlite3",
30     "c++"
31   ],
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
34     "GCC_ENABLE_CPP_EXCEPTIONS": "YES"
35   },
36   "source_files": "FWDebug/**/*.{h,m,mm,c,cpp}",
37   "public_header_files": "FWDebug/*.h"