[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / c / b / OnlineSDKLib / 0.1.0 / OnlineSDKLib.podspec.json
blob6d32d9597d3cf4b5e14f0271ef90c327f4cf6b00
2   "name": "OnlineSDKLib",
3   "version": "0.1.0",
4   "summary": "MY first online SDK library",
5   "description": "My First SDK to take mobile surveys",
6   "homepage": "https://github.com/manju3157/OnlineSDKLib",
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/OnlineSDKLib.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "ios": {
22     "vendored_libraries": "libOnePointSDK.a"
23   },
24   "preserve_paths": "libOnePointSDK.a",
25   "source_files": "include/OPGSDK/*.h",
26   "public_header_files": "include/OPGSDK/*.h",
27   "resource_bundles": {
28     "OnlineSDKLib": [
29       "OnlineSDKLib/Assets/OPGResourceBundle.bundle"
30     ]
31   },
32   "resources": "OnlineSDKLib/Assets/OPGResourceBundle.bundle",
33   "xcconfig": {
34     "OTHER_LDFLAGS": "-lz -ObjC"
35   },
36   "libraries": [
37     "c++",
38     "iconv",
39     "z"
40   ]