[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / c / e / 1 / HXTencentOpenAPI / 0.0.1 / HXTencentOpenAPI.podspec.json
blob64c39b29a1754e96628011b308b2de883d865bcf
2   "name": "HXTencentOpenAPI",
3   "version": "0.0.1",
4   "summary": "TencentOpenAPI",
5   "description": "This pod is used who want to use tencentOpenAPI v3.2.2 with podfile.",
6   "homepage": "http://open.qq.com",
7   "authors": {
8     "liubinbin": "1062454152@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/Archera/HXTencentOpenAPI.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "TencentOpenAPI/TencentOpenAPI.framework/Headers/**/*.h",
19   "resources": "TencentOpenAPI/TencentOpenApi_IOS_Bundle.bundle",
20   "vendored_frameworks": "TencentOpenAPI/TencentOpenAPI.framework",
21   "public_header_files": "TencentOpenAPI/TencentOpenAPI.framework/Headers/**/*.h",
22   "libraries": [
23     "iconv",
24     "z",
25     "c++",
26     "sqlite3"
27   ],
28   "frameworks": [
29     "Security",
30     "SystemConfiguration",
31     "CoreGraphics",
32     "CoreTelephony"
33   ],
34   "license": {
35     "type": "MIT",
36     "file": "LICENSE"
37   },
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
40   }