[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / f / OfflineSDKLib / 0.1.0 / OfflineSDKLib.podspec.json
blob4f0b130a4ac53e6ac49fdf3c82623a6e300e506b
2   "name": "OfflineSDKLib",
3   "version": "0.1.0",
4   "summary": "My First SDK Library.",
5   "description": "My First SDK to take mobile surveys",
6   "homepage": "https://github.com/manju3157/OfflineSDKLib",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "manjunath.ramesh@onepointglobal.com": "manjunath.ramesh@onepointglobal.com"
13   },
14   "source": {
15     "git": "https://github.com/manju3157/OfflineSDKLib.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "include/OPGSDK/*.h",
23     "include/OnePoint.Runtime/*.h"
24   ],
25   "ios": {
26     "vendored_libraries": [
27       "libOnePointSDK.a",
28       "libOnePoint.Runtime.a"
29     ]
30   },
31   "preserve_paths": [
32     "libOnePointSDK.a",
33     "libOnePoint.Runtime.a"
34   ],
35   "public_header_files": [
36     "include/OPGSDK/*.h",
37     "include/OnePoint.Runtime/*.h"
38   ],
39   "resource_bundles": {
40     "OfflineSDKLib": [
41       "OfflineSDKLib/Assets/OPGResourceBundle.bundle"
42     ]
43   },
44   "resources": "OfflineSDKLib/Assets/OPGResourceBundle.bundle",
45   "xcconfig": {
46     "HEADER_SEARCH_PATHS": "/usr/include/libxml2",
47     "OTHER_LDFLAGS": "-lxml2 -lz -ObjC"
48   },
49   "libraries": [
50     "xml2",
51     "c++",
52     "iconv",
53     "z"
54   ]